InkToolbarRulerButton.Ruler プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
InkToolbarRulerButton に関連付けられているステンシルを取得します。
public:
property InkPresenterRuler ^ Ruler { InkPresenterRuler ^ get(); };
InkPresenterRuler Ruler();
/// [get: Windows.Foundation.Metadata.Deprecated("InkToolbarRulerButton is deprecated starting from Windows 10 Creators Update. Please use InkToolbarStencilButton going forward. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
InkPresenterRuler Ruler();
public InkPresenterRuler Ruler { get; }
public InkPresenterRuler Ruler { [Windows.Foundation.Metadata.Deprecated("InkToolbarRulerButton is deprecated starting from Windows 10 Creators Update. Please use InkToolbarStencilButton going forward. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var inkPresenterRuler = inkToolbarRulerButton.ruler;
Public ReadOnly Property Ruler As InkPresenterRuler
プロパティ値
InkToolbarRulerButton に関連付けられているステンシル。
- 属性
注釈
Windows Creators Update (SDK 15063) 以降を対象とするアプリでは、このオブジェクトではなく InkToolbarStencilButton オブジェクトを使用する必要があります。 アプリで以前のバージョンもサポートされている場合は、「 バージョン アダプティブ アプリ: 以前のバージョンとの互換性を維持しながら新しい API を使用 する」を参照してください。