XamlDirect.SetCornerRadiusProperty メソッド

定義

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

public:
 virtual void SetCornerRadiusProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, CornerRadius value) = SetCornerRadiusProperty;
void SetCornerRadiusProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, CornerRadius const& value);
public void SetCornerRadiusProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, CornerRadius value);
function setCornerRadiusProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetCornerRadiusProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As CornerRadius)

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

value
CornerRadius

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

適用対象

こちらもご覧ください