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 ,了解详细信息。