共用方式為


RatingControl.IsClearEnabled 屬性

定義

取得或設定值,判斷使用者是否可以移除評等。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.RatingControl.IsClearEnabled (for WinUI 在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。

public:
 property bool IsClearEnabled { bool get(); void set(bool value); };
bool IsClearEnabled();

void IsClearEnabled(bool value);
public bool IsClearEnabled { get; set; }
var boolean = ratingControl.isClearEnabled;
ratingControl.isClearEnabled = boolean;
Public Property IsClearEnabled As Boolean
<RatingControl IsClearEnabled="bool"/>

屬性值

Boolean

bool

如果使用者可以移除評等,則為true;否則為false。 預設值為 True

適用於