XamlDirect.GetColorProperty(IXamlDirectObject, XamlPropertyIndex) 方法

定義

取得特定IXamlDirectObjectColor屬性值。

public:
 virtual Color GetColorProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetColorProperty;
Color GetColorProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Color GetColorProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getColorProperty(xamlDirectObject, propertyIndex)
Public Function GetColorProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Color

參數

xamlDirectObject
IXamlDirectObject

特定 IXamlDirectObject的參考。

propertyIndex
XamlPropertyIndex

Color 屬性的 參考,可從 XamlPropertyIndex 列舉中支援的屬性清單中取得 的值。

傳回

指定屬性的色彩值。

適用於

另請參閱