次の方法で共有


XamlDirect.GetCornerRadiusProperty メソッド

定義

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

public:
 virtual CornerRadius GetCornerRadiusProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetCornerRadiusProperty;
CornerRadius GetCornerRadiusProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public CornerRadius GetCornerRadiusProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getCornerRadiusProperty(xamlDirectObject, propertyIndex)
Public Function GetCornerRadiusProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As CornerRadius

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

戻り値

指定したプロパティの CornerRadius 値。

適用対象

こちらもご覧ください