RatingControl.PlaceholderValue Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der Bewertung, die im Steuerelement angezeigt wird, bis der Wert von einer Benutzeraktion oder einem anderen Vorgang geändert wird.

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

public:
 property double PlaceholderValue { double get(); void set(double value); };
double PlaceholderValue();

void PlaceholderValue(double value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
double PlaceholderValue();

void PlaceholderValue(double value);
public double PlaceholderValue { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
public double PlaceholderValue { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")] set; }
Public Property PlaceholderValue As Double
<RatingControl PlaceholderValue="double"/>

Eigenschaftswert

Double

double

Die Bewertung, die im Steuerelement angezeigt wird, wenn kein Wert eingegeben wird. Der Standardwert ist NULL.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: