Share via


XamlDirect.GetMatrixProperty(IXamlDirectObject, XamlPropertyIndex) Method

Definition

Gets the value of a Matrix property for a specific IXamlDirectObject.

public:
 virtual Matrix GetMatrixProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetMatrixProperty;
Matrix GetMatrixProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix GetMatrixProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getMatrixProperty(xamlDirectObject, propertyIndex)
Public Function GetMatrixProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Matrix

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

A reference to the Matrix property to get the value of from the list of supported properties in XamlPropertyIndex enum.

Returns

Matrix value of the specified property.

Applies to

See also