次の方法で共有


XamlDirect.GetThicknessProperty(IXamlDirectObject, XamlPropertyIndex) メソッド

定義

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

public:
 virtual Thickness GetThicknessProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetThicknessProperty;
Thickness GetThicknessProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Thickness GetThicknessProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getThicknessProperty(xamlDirectObject, propertyIndex)
Public Function GetThicknessProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Thickness

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

戻り値

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

適用対象

こちらもご覧ください