RelativePanel.GetAlignRightWith(UIElement) Metode

Definisi

Mendapatkan nilai properti terlampir RelativePanel.AlignRightWith XAML untuk elemen target.

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

Parameter

element
UIElement

Objek tempat nilai properti dibaca.

Mengembalikan

Object

Platform::Object

IInspectable

Nilai properti relativePanel.AlignRightWith XAML terlampir dari objek yang ditentukan. (Elemen untuk menyelaraskan tepi kanan 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.AlignRightWith XAML di XAML dan tidak memerlukan metode ini. Untuk informasi selengkapnya, lihat properti terlampir RelativePanel.AlignRightWith .

Berlaku untuk

Lihat juga