SingleKeyFrameCollection.IsFixedSize 속성

정의

컬렉션 크기를 변경할 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

컬렉션이 고정된 경우 true이고, 고정되지 않은 경우 false입니다.

구현

적용 대상