Freigeben über


IXamlDirect.SetDoubleProperty(Object, XamlPropertyIndex, Double) Methode

Definition

Legt den Wert einer Double-Eigenschaft für eine bestimmte IXamlDirect fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

public:
 void SetDoubleProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, double value);
void SetDoubleProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, double const& value);
public void SetDoubleProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, double value);
Public Sub SetDoubleProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Double)

Parameter

xamlDirectObject
Object

Platform::Object

IInspectable

Ein Verweis auf den spezifischen IXamlDirect.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Double-Eigenschaft , auf der der Wert aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration festgelegt werden soll.

value
Double

double

Doppelter Wert, der auf die angegebene Eigenschaft festgelegt werden soll.

Gilt für:

Weitere Informationen