次の方法で共有


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

定義

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

public:
 virtual Rect GetRectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetRectProperty;
Rect GetRectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Rect GetRectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getRectProperty(xamlDirectObject, propertyIndex)
Public Function GetRectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Rect

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

戻り値

指定したプロパティの値を修正します。

適用対象

こちらもご覧ください