RatingControl.IsReadOnlyProperty Property

Definition

Identifies the IsReadOnly dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RatingControl.IsReadOnlyProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 static property DependencyProperty ^ IsReadOnlyProperty { DependencyProperty ^ get(); };
static DependencyProperty IsReadOnlyProperty();
public static DependencyProperty IsReadOnlyProperty { get; }
var dependencyProperty = RatingControl.isReadOnlyProperty;
Public Shared ReadOnly Property IsReadOnlyProperty As DependencyProperty

Property Value

The identifier for IsReadOnly dependency property.

Applies to