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

适用于