ObjectKeyFrameCollection.IsFixedSize 属性

定义

获取一个值,该值指示此 ObjectKeyFrameCollection 是否具有固定大小。

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

属性值

Boolean

true if this ObjectKeyFrameCollection has a fixed size; otherwise, false.

实现

注解

如果此属性返回 true,则此集合被冻结;有关详细信息,请参阅 IsFrozen 该属性。

适用于

另请参阅