RatingControl.IsClearEnabled Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o valor que determina se o usuário pode remover a classificação.
Esta documentação se aplica ao WinUI 2 para UWP (para WinUI no SDK do Aplicativo Windows, consulte os namespaces SDK do Aplicativo Windows).
public:
property bool IsClearEnabled { bool get(); void set(bool value); };
bool IsClearEnabled();
void IsClearEnabled(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool IsClearEnabled();
void IsClearEnabled(bool value);
public bool IsClearEnabled { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool IsClearEnabled { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
Public Property IsClearEnabled As Boolean
<RatingControl IsClearEnabled="bool"/>
Valor da propriedade
Boolean
bool
true se o usuário puder remover a classificação; caso contrário, false. O padrão é true.
- Atributos
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute