SetIsSensitive Method
Sets the value of the attached IsSensitiveProperty on a control.
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static void SetIsSensitive(
StyledElement avaloniaObject,
bool value
)
Public Shared Sub SetIsSensitive (
avaloniaObject As StyledElement,
value As Boolean
)
static member SetIsSensitive :
avaloniaObject : StyledElement *
value : bool -> unit
Parameters
- StyledElement
- The control.
- Boolean
- The property value to set.