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 RelativePosition As Double
Get
Set
abstract RelativePosition : float with get, set
Property Value
Type:
DoubleRemarks
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