IXamlDirect.SetDoubleProperty(Object, XamlPropertyIndex, Double) メソッド

定義

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

このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

public:
 void SetDoubleProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, double value);
void SetDoubleProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, double const& value);
public void SetDoubleProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, double value);
Public Sub SetDoubleProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Double)

パラメーター

xamlDirectObject
Object

Platform::Object

IInspectable

特定の IXamlDirect への参照。

propertyIndex
XamlPropertyIndex

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

value
Double

double

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

適用対象

こちらもご覧ください