Compartir a través de


RelativePanel.RightOfProperty Propiedad

Definición

Identifica la propiedad adjunta xaml RelativePanel.RightOf .

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

Valor de propiedad

Identificador de la propiedad adjunta a XAML RelativePanel.RightOf .

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 RelativePanel.RightOf XAML en XAML y no necesitarás este identificador.

Para acceder a la propiedad adjunta RelativePanel.RightOf en el código, puede usar el sistema de propiedades de dependencia, llamando a GetValue o SetValue y pasando RelativePanel.RightOfProperty como identificador de propiedad de dependencia. Otra manera de obtener o establecer el valor en el código es usar GetRightOf y SetRightOf.

Se aplica a

Consulte también