DecimalKeyFrameCollection.IsFixedSize Propiedad
Definición
Obtiene un valor que indica si el tamaño de la colección puede cambiar alguna vez.Gets a value that indicates if the collection size can ever change.
public:
property bool IsFixedSize { bool get(); };
public bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public ReadOnly Property IsFixedSize As Boolean
Valor de propiedad
true
si la colección está inmovilizada; de lo contrario, false
.true
if the collection is frozen; otherwise, false
.