Bagikan melalui


XamlDirect.GetRectProperty(IXamlDirectObject, XamlPropertyIndex) Metode

Definisi

Mendapatkan nilai properti Rect untuk IXamlDirectObject tertentu.

public:
 virtual Rect GetRectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetRectProperty;
Rect GetRectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Rect GetRectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getRectProperty(xamlDirectObject, propertyIndex)
Public Function GetRectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Rect

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

Referensi ke properti Rect untuk mendapatkan nilai dari daftar properti yang didukung di enum XamlPropertyIndex .

Mengembalikan

Nilai rect dari properti yang ditentukan.

Berlaku untuk

Lihat juga