IXamlDirect.GetMatrixProperty(Object, XamlPropertyIndex) Metode

Definisi

Mendapatkan nilai properti Matriks untuk IXamlDirect tertentu.

Dokumentasi ini berlaku untuk WinUI 2 untuk UWP (untuk WinUI di SDK Aplikasi Windows, lihat namespace SDK Aplikasi Windows).

public:
 Matrix GetMatrixProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
Matrix GetMatrixProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix GetMatrixProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetMatrixProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As Matrix

Parameter

xamlDirectObject
Object

Platform::Object

IInspectable

Referensi ke IXamlDirect tertentu.

propertyIndex
XamlPropertyIndex

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

Mengembalikan

Nilai matriks properti yang ditentukan.

Berlaku untuk

Lihat juga