Table of Contents

Class Splitter.SplitData

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the dimensions and target control for a docking operation.

protected class Splitter.SplitData
Inheritance
Splitter.SplitData

Remarks

This class is used to store the width and height of a docking area, as well as the target control involved in the docking process. The dimensions are represented by the float type, and the target control is an instance of AbstractControl.

Fields

DockHeight

Gets or sets the height of the splitter area.

DockWidth

Gets or sets the width of the splitter area in coordinate units.

Target

Gets or sets the target control that this instance is associated with.