Condividi tramite


XamlDirect.SetDoubleProperty Metodo

Definizione

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

public:
 virtual void SetDoubleProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, double value) = SetDoubleProperty;
void SetDoubleProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, double const& value);
public void SetDoubleProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, double value);
function setDoubleProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetDoubleProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Double)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

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

value
Double

double

Valore doppio da impostare sulla proprietà specificata.

Si applica a

Vedi anche