IXamlDirect.SetMatrixProperty(Object, XamlPropertyIndex, Matrix) Metode

Definisi

Mengatur 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:
 void SetMatrixProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value);
void SetMatrixProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix const& value);
public void SetMatrixProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value);
Public Sub SetMatrixProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Matrix)

Parameter

xamlDirectObject
Object

Platform::Object

IInspectable

Referensi ke IXamlDirect tertentu.

propertyIndex
XamlPropertyIndex

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

value
Matrix

Nilai Matriks untuk diatur pada properti yang ditentukan.

Berlaku untuk

Lihat juga