XamlDirect.SetDoubleProperty Method

Definition

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

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)

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

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

value
Double

double

Double value to set to the specified property.

Applies to

See also