XamlDirect.GetSizeProperty(IXamlDirectObject, XamlPropertyIndex) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取特定 IXamlDirectObject的 Size 属性的值。
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
对 Size 属性的引用,用于从 XamlPropertyIndex 枚举中支持的属性列表中获取 的值。
返回
指定属性的大小值。