RatingControl.IsReadOnly Eigenschaft

Definition

Ruft den Wert ab, der bestimmt, ob der Benutzer die Bewertung ändern kann, oder legt diesen fest.

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

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

void IsReadOnly(bool value);
public bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
<RatingControl IsReadOnly="bool"/>

Eigenschaftswert

Boolean

bool

true , wenn die Bewertung schreibgeschützt ist; andernfalls false. Die Standardeinstellung ist false.

Gilt für: