共用方式為


InkToolbarRulerButton.RulerProperty 屬性

定義

識別 Ruler 相依性屬性。

public:
 static property DependencyProperty ^ RulerProperty { DependencyProperty ^ get(); };
static DependencyProperty RulerProperty();
/// [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")]
static DependencyProperty RulerProperty();
public static DependencyProperty RulerProperty { get; }
public static DependencyProperty RulerProperty { [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 dependencyProperty = InkToolbarRulerButton.rulerProperty;
Public Shared ReadOnly Property RulerProperty As DependencyProperty

屬性值

Ruler相依性屬性的識別碼。

屬性

備註

以 Windows Creators Update (SDK 15063) 或更新版本為目標的應用程式應該使用 InkToolbarStencilButton 物件,而不是這個物件。 如果您的應用程式也支援舊版,請參閱 版本調適型應用程式:使用新的 API,同時維持與舊版的相容性 ,以取得詳細資訊。

適用於

另請參閱