ExtendClientAreaToDecorationsChanged Method
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual void ExtendClientAreaToDecorationsChanged(
bool isExtended
)
Protected Overridable Sub ExtendClientAreaToDecorationsChanged (
isExtended As Boolean
)
abstract ExtendClientAreaToDecorationsChanged :
isExtended : bool -> unit
override ExtendClientAreaToDecorationsChanged :
isExtended : bool -> unit