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