Click or drag to resize

SplitterIHandlerRelativePosition Property

Gets or sets the relative position of the splitter which is based on FixedPanel.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
double RelativePosition { get; set; }

Property Value

Type: Double
Remarks
Same as Position with SplitterFixedPanel.Panel1, width/height of second panel with SplitterFixedPanel.Panel2 and ratio of width/height of first panel against available size with SplitterFixedPanel.None.
See Also