XamlDirect.SetDoubleProperty Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.