OnCoerceIsExpanded Method
Called when the IsExpanded property has to be coerced.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual bool OnCoerceIsExpanded(
bool value
)
Protected Overridable Function OnCoerceIsExpanded (
value As Boolean
) As Boolean
abstract OnCoerceIsExpanded :
value : bool -> bool
override OnCoerceIsExpanded :
value : bool -> bool
Parameters
- Boolean
- The value to coerce.