InputGestureCollection.IsFixedSize 属性

定义

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

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

属性值

true 如果集合的大小固定,则为否则,为 false. 默认值为 false

实现

注解

如果集合为只读, IsFixedSize 则为 true.

适用于