Condividi tramite


XamlDirect.GetDoubleProperty(IXamlDirectObject, XamlPropertyIndex) Metodo

Definizione

Ottiene il valore di una proprietà Double per un oggetto IXamlDirectObject specifico.

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

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Double per ottenere il valore di dall'elenco delle proprietà supportate in XamlPropertyIndex enumerazione.

Restituisce

Double

double

Valore doppio della proprietà specificata.

Si applica a

Vedi anche