Click or drag to resize

KryptonAutoHiddenSlidePanelUpdateSize Method

Update the size and position of the slide out panel.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void UpdateSize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
Delta width to apply.
height
Type: SystemInt32
Delta height to apply.
See Also