次の方法で共有


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

定義

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

public:
 virtual Size GetSizeProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetSizeProperty;
Size GetSizeProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Size GetSizeProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getSizeProperty(xamlDirectObject, propertyIndex)
Public Function GetSizeProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Size

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

戻り値

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

適用対象

こちらもご覧ください