InkInputConfiguration.IsPrimaryBarrelButtonInputEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 InkPresenter 物件是否處理來自畫筆主要筒按鈕的輸入。
public:
property bool IsPrimaryBarrelButtonInputEnabled { bool get(); void set(bool value); };
bool IsPrimaryBarrelButtonInputEnabled();
void IsPrimaryBarrelButtonInputEnabled(bool value);
public bool IsPrimaryBarrelButtonInputEnabled { get; set; }
var boolean = inkInputConfiguration.isPrimaryBarrelButtonInputEnabled;
inkInputConfiguration.isPrimaryBarrelButtonInputEnabled = boolean;
Public Property IsPrimaryBarrelButtonInputEnabled As Boolean
屬性值
Boolean
bool
True 是表示 如果處理來自主要筒按鈕的輸入;否則為 false。