Bagikan melalui


XamlDirect.GetGridLengthProperty(IXamlDirectObject, XamlPropertyIndex) Metode

Definisi

Mendapatkan nilai properti GridLength untuk IXamlDirectObject tertentu.

public:
 virtual GridLength GetGridLengthProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetGridLengthProperty;
GridLength GetGridLengthProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public GridLength GetGridLengthProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getGridLengthProperty(xamlDirectObject, propertyIndex)
Public Function GetGridLengthProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As GridLength

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

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

Mengembalikan

Nilai GridLength dari properti yang ditentukan.

Berlaku untuk

Lihat juga