Condividi tramite


RelativePanel.LeftOfProperty Proprietà

Definizione

Identifica la proprietà associata RELATIVEPanel.LeftOf XAML.

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

Valore della proprietà

Identificatore della proprietà associata RelativePanel.LeftOf XAML.

Commenti

Questa proprietà è solo un identificatore per il sistema di proprietà e non viene usata nella maggior parte degli scenari di app. Nella maggior parte dei casi imposti la proprietà associata RelativePanel.LeftOf XAML in XAML e non ti servirà questo identificatore.

Per accedere alla proprietà associata RelativePanel.LeftOf nel codice, puoi usare il sistema di proprietà di dipendenza, chiamando GetValue o SetValue e passando RelativePanel.LeftOfProperty come identificatore della proprietà di dipendenza. Un altro modo per ottenere o impostare il valore nel codice consiste nell'usare GetLeftOf e SetLeftOf.

Si applica a

Vedi anche