XamlDirect.SetMatrixProperty Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legt den Wert einer Matrix-Eigenschaft für ein bestimmtes IXamlDirectObject fest.
public:
virtual void SetMatrixProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value) = SetMatrixProperty;
void SetMatrixProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix const& value);
public void SetMatrixProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix value);
function setMatrixProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetMatrixProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Matrix)
Parameter
- xamlDirectObject
- IXamlDirectObject
Ein Verweis auf das spezifische IXamlDirectObject.
- propertyIndex
- XamlPropertyIndex
Ein Verweis auf die Matrix-Eigenschaft zum Festlegen des Werts von aus der Liste der unterstützten Eigenschaften in der XamlPropertyIndex-Enumeration .
- value
- Matrix
Matrixwert , der auf die angegebene Eigenschaft festgelegt werden soll.