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

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

value
CornerRadius

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

適用於

另請參閱