XamlDirect.SetDoubleProperty メソッド

定義

特定の IXamlDirectObjectDouble プロパティの値を設定します。

public:
 virtual void SetDoubleProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, double value) = SetDoubleProperty;
void SetDoubleProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, double const& value);
public void SetDoubleProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, double value);
function setDoubleProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetDoubleProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Double)

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

XamlPropertyIndex 列挙型でサポートされているプロパティの一覧から の値を設定する Double プロパティへの参照。

value
Double

double

指定したプロパティに設定する倍精度浮動小数点型 (Double) の値。

適用対象

こちらもご覧ください