Condividi tramite


RelativePanel.AlignRightWithPanelProperty Proprietà

Definizione

Identifica la proprietà associata RelativePanel.AlignRightWithPanel XAML.

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

Per accedere alla proprietà associata RelativePanel.AlignRightWithPanel nel codice, è possibile 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