XamlDirect.SetColorProperty メソッド

定義

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

public:
 virtual void SetColorProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Color value) = SetColorProperty;
void SetColorProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Color const& value);
public void SetColorProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Color value);
function setColorProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetColorProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Color)

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

value
Color

指定したプロパティに設定するの値。

適用対象

こちらもご覧ください