RelativePanel.GetAlignBottomWith(UIElement) Metode

Definisi

Mendapatkan nilai properti relativePanel.AlignBottomWith XAML terpasang untuk elemen target.

public:
 static Platform::Object ^ GetAlignBottomWith(UIElement ^ element);
 static IInspectable GetAlignBottomWith(UIElement const& element);
public static object GetAlignBottomWith(UIElement element);
function getAlignBottomWith(element)
Public Shared Function GetAlignBottomWith (element As UIElement) As Object

Parameter

element
UIElement

Objek tempat nilai properti dibaca.

Mengembalikan

Object

Platform::Object

IInspectable

Nilai properti relativePanel.AlignBottomWith XAML terlampir dari objek yang ditentukan. (Elemen untuk menyelaraskan tepi bawah elemen ini dengan.)

Keterangan

Metode ini adalah metode utilitas untuk sistem properti, dan tidak digunakan dalam sebagian besar skenario aplikasi. Dalam kebanyakan kasus, Anda mengatur properti terlampir RelativePanel.AlignBottomWith XAML di XAML dan tidak memerlukan metode ini. Untuk informasi selengkapnya, lihat properti terlampir RelativePanel.AlignBottomWith .

Berlaku untuk

Lihat juga