RatingControl.PlaceholderValue Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’évaluation affichée dans le contrôle jusqu’à ce que la valeur soit modifiée par une action utilisateur ou une autre opération.
Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).
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"/>
Valeur de propriété
double
Évaluation affichée dans le contrôle lorsqu’aucune valeur n’est entrée. La valeur par défaut est null.
- Attributs
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute