InkManager.Mode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意
針對使用可延伸應用程式標記語言的通用 Windows 應用程式 (XAML) ,我們建議使用 InkPresenter 和 InkCanvas 控制項,而不是 InkManager。
取得或設定筆跡輸入模式。
public:
property InkManipulationMode Mode { InkManipulationMode get(); void set(InkManipulationMode value); };
InkManipulationMode Mode();
void Mode(InkManipulationMode value);
public InkManipulationMode Mode { get; set; }
var inkManipulationMode = inkManager.mode;
inkManager.mode = inkManipulationMode;
Public Property Mode As InkManipulationMode
屬性值
模式。