RelativePanel.LeftOfProperty Propiedad

Definición

Identifica la propiedad adjunta XAML RelativePanel.LeftOf .

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

Valor de propiedad

Identificador de la propiedad adjunta XAML RelativePanel.LeftOf .

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

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

Se aplica a

Consulte también