Share via


RelativePanel.AlignRightWithPanelProperty Propiedad

Definición

Identifica la propiedad adjunta XAML RelativePanel.AlignRightWithPanel .

public:
 static property DependencyProperty ^ AlignRightWithPanelProperty { DependencyProperty ^ get(); };
static DependencyProperty AlignRightWithPanelProperty();
public static DependencyProperty AlignRightWithPanelProperty { get; }
var dependencyProperty = RelativePanel.alignRightWithPanelProperty;
Public Shared ReadOnly Property AlignRightWithPanelProperty As DependencyProperty

Valor de propiedad

Identificador de la propiedad adjunta XAML RelativePanel.AlignRightWithPanel .

Comentarios

Esta propiedad es solo un identificador para el sistema de propiedades y no se usa en la mayoría de los escenarios de la aplicación. En la mayoría de los casos, estableces la propiedad adjunta XAML RelativePanel.AlignRightWithPanel en XAML y no necesitarás este identificador.

Para tener acceso a la propiedad adjunta RelativePanel.AlignRightWithPanel en el código, puede usar el sistema de propiedades de dependencia, llamando a GetValue o SetValue y pasando RelativePanel.AlignRightWithPanelProperty como identificador de propiedad de dependencia. Otra manera de obtener o establecer el valor en el código es usar GetAlignRightWithPanel y SetAlignRightWithPanel.

Se aplica a

Consulte también