RatingControl.IsClearEnabled Propriedade

Definição

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

Aplica-se a