Win32PropertiesCustomWindowStylesCallback Delegate

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public delegate (uint style, uint exStyle) CustomWindowStylesCallback(
	uint style,
	uint exStyle
)

Parameters

style  UInt32
 
exStyle  UInt32
 

Return Value

ValueTupleUInt32, UInt32

See Also