Click or drag to resize

CefInsets Constructor

Initializes a new instance of the CefInsets class

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefInsets(
	int top,
	int left,
	int bottom,
	int right
)

Parameters

top  Int32
 
left  Int32
 
bottom  Int32
 
right  Int32
 
See Also