XamlDirect.GetDoubleProperty(IXamlDirectObject, XamlPropertyIndex) Method

Definition

Gets the value of a Double property for a specific IXamlDirectObject.

public:
 virtual double GetDoubleProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetDoubleProperty;
double GetDoubleProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public double GetDoubleProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getDoubleProperty(xamlDirectObject, propertyIndex)
Public Function GetDoubleProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Double

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

A reference to the Double property to get the value of from the list of supported properties in XamlPropertyIndex enum.

Returns

Double

double

Double value of the specified property.

Applies to

See also