XamlDirect.GetThicknessProperty(IXamlDirectObject, XamlPropertyIndex) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan nilai properti Ketebalan untuk IXamlDirectObject tertentu.
public:
virtual Thickness GetThicknessProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetThicknessProperty;
Thickness GetThicknessProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Thickness GetThicknessProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getThicknessProperty(xamlDirectObject, propertyIndex)
Public Function GetThicknessProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Thickness
Parameter
- xamlDirectObject
- IXamlDirectObject
Referensi ke IXamlDirectObject tertentu.
- propertyIndex
- XamlPropertyIndex
Referensi ke properti Ketebalan untuk mendapatkan nilai dari daftar properti yang didukung di enum XamlPropertyIndex .
Mengembalikan
Nilai ketebalan properti yang ditentukan.