RelativePanel.AlignBottomWithPanelProperty Properti

Definisi

Mengidentifikasi properti terpasang RelativePanel.AlignBottomWithPanel XAML.

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

Nilai Properti

Pengidentifikasi untuk properti terlampir RelativePanel.AlignBottomWithPanel 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.AlignBottomWithPanel XAML di XAML dan tidak memerlukan pengidentifikasi ini.

Untuk mengakses properti terlampir RelativePanel.AlignBottomWithPanel dalam kode, Anda dapat menggunakan sistem properti dependensi, memanggil GetValue atau SetValue dan meneruskan RelativePanel.AlignBottomWithPanelProperty sebagai pengidentifikasi properti dependensi. Cara lain untuk mendapatkan atau mengatur nilai dalam kode adalah dengan menggunakan GetAlignBottomWithPanel dan SetAlignBottomWithPanel.

Berlaku untuk

Lihat juga