IXamlDirect.SetMatrix3DProperty(Object, XamlPropertyIndex, Matrix3D) Metodo

Definizione

Imposta il valore di una proprietà Matrix3D per un IXamlDirect specifico.

Questa documentazione si applica a WinUI 2 per UWP (per WinUI nella SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

public:
 void SetMatrix3DProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value);
void SetMatrix3DProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix3D const& value);
public void SetMatrix3DProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value);
Public Sub SetMatrix3DProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Matrix3D)

Parametri

xamlDirectObject
Object

Platform::Object

IInspectable

Riferimento all'IXamlDirect specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Matrix3D in cui impostare il valore dall'elenco delle proprietà supportate in XamlPropertyIndex enumerazione.

value
Matrix3D

Valore Matrix3D da impostare sulla proprietà specificata.

Si applica a

Vedi anche