Skip to main content

Win32Properties.CustomWindowStylesCallback Delegate

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public delegate (uint style, uint exStyle) CustomWindowStylesCallback(
uint style,
uint exStyle
)
View Source

Parameters

  UInt32
 
  UInt32
 

Return Value

ValueTuple(UInt32, UInt32)

See Also

Reference

Avalonia.Controls Namespace