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

適用於