XamlDirect.SetMatrix3DProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of a Matrix3D property for a specific IXamlDirectObject.
public:
virtual void SetMatrix3DProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value) = SetMatrix3DProperty;
void SetMatrix3DProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Matrix3D const& value);
public void SetMatrix3DProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Matrix3D value);
function setMatrix3DProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetMatrix3DProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Matrix3D)
Parameters
- xamlDirectObject
- IXamlDirectObject
A reference to the specific IXamlDirectObject.
- propertyIndex
- XamlPropertyIndex
A reference to the Matrix3D property to set the value of from the list of supported properties in XamlPropertyIndex enum.