Share via


InkToolbarRulerButton.RulerProperty Propiedad

Definición

Identifica la propiedad de dependencia 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

Valor de propiedad

Identificador de la propiedad de dependencia Ruler .

Atributos

Comentarios

Las aplicaciones destinadas a Windows Creators Update (SDK 15063) o posterior deben usar el objeto InkToolbarStencilButton en lugar de este objeto. Si la aplicación también admite versiones anteriores, consulta Aplicaciones adaptables de versiones: Usar nuevas API al tiempo que mantiene la compatibilidad con versiones anteriores para obtener más información.

Se aplica a

Consulte también