RelativePanel.AlignRightWithProperty Properti

Definisi

Mengidentifikasi properti relativePanel.AlignRightWith XAML yang terpasang.

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

Nilai Properti

Pengidentifikasi untuk properti terpasang RelativePanel.AlignRightWith XAML.

Keterangan

Properti ini hanya pengidentifikasi untuk sistem properti, dan tidak digunakan dalam sebagian besar skenario aplikasi. Dalam kebanyakan kasus, Anda mengatur properti terlampir RelativePanel.AlignRightWith XAML di XAML dan tidak memerlukan pengidentifikasi ini.

Untuk mengakses properti relativePanel.AlignRightWith yang terlampir dalam kode, Anda dapat menggunakan sistem properti dependensi, memanggil GetValue atau SetValue dan meneruskan RelativePanel.AlignRightWithProperty sebagai pengidentifikasi properti dependensi. Cara lain untuk mendapatkan atau mengatur nilai dalam kode adalah dengan menggunakan GetAlignRightWith dan SetAlignRightWith.

Berlaku untuk

Lihat juga