RelativePanel.AlignRightWithPanelProperty Proprietà

Definizione

Identifica la proprietà associata 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

Valore della proprietà

Identificatore della proprietà associata XAML RelativePanel.AlignRightWithPanel .

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 XAML RelativePanel.AlignRightWithPanel in XAML e non ti servirà questo identificatore.

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

Si applica a

Vedi anche