共用方式為


XamlDirect.SetMatrix3DProperty 方法

定義

設定特定IXamlDirectObjectMatrix3D屬性值。

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)

參數

xamlDirectObject
IXamlDirectObject

特定 IXamlDirectObject的參考。

propertyIndex
XamlPropertyIndex

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

value
Matrix3D

要設定為指定屬性的Matrix3D值。

適用於

另請參閱