共用方式為


XamlDirect.SetMatrixProperty 方法

定義

設定特定IXamlDirectObjectMatrix屬性值。

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)

參數

xamlDirectObject
IXamlDirectObject

特定 IXamlDirectObject的參考。

propertyIndex
XamlPropertyIndex

Matrix屬性的參考,可從XamlPropertyIndex列舉中支援的屬性清單中設定 的值。

value
Matrix

設定為指定屬性的矩陣值。

適用於

另請參閱