IsReadOnly Property
Gets or sets a value whether this TextBox is read-only
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
Get
Set
member IsReadOnly : bool with get, set