Freigeben über


XamlDirect.SetDoubleProperty Methode

Definition

Legt den Wert einer Double-Eigenschaft für ein bestimmtes IXamlDirectObject fest.

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)

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Double-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration festzulegen.

value
Double

double

Double-Wert , der auf die angegebene Eigenschaft festgelegt werden soll.

Gilt für:

Weitere Informationen