RelativePanel.AlignLeftWithPanelProperty Proprietà

Definizione

Identifica la proprietà associata RelativePanel.AlignLeftWithPanel XAML.

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

Valore della proprietà

Identificatore della proprietà associata RelativePanel.AlignLeftWithPanel XAML.

Commenti

Questa proprietà è solo un identificatore per il sistema delle proprietà e non viene usata nella maggior parte degli scenari dell'app. Nella maggior parte dei casi si imposta la proprietà associata RelativePanel.AlignLeftWithPanel XAML in XAML e non sarà necessario questo identificatore.

Per accedere alla proprietà associata RelativePanel.AlignLeftWithPanel nel codice, è possibile usare il sistema di proprietà di dipendenza, chiamando GetValue o SetValue e passando RelativePanel.AlignLeftWithPanelProperty come identificatore della proprietà di dipendenza. Un altro modo per ottenere o impostare il valore nel codice consiste nell'usare GetAlignLeftWithPanel e SetAlignLeftWithPanel.

Si applica a

Vedi anche