ObjectKeyFrameCollection.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se questo oggetto ObjectKeyFrameCollection è di sola lettura.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Valore della proprietà

true se questo insieme è di sola lettura; in caso contrario, false.

Implementazioni

Commenti

La proprietà di IsReadOnly un insieme bloccato è true. Per altre informazioni, vedere la proprietà IsFrozen.

Si applica a

Vedi anche