| SplitterRelativePosition 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
Syntaxpublic double RelativePosition { get; set; }Public Property RelativePosition As Double
	Get
	Set
member RelativePosition : float with get, set
Property Value
Type: 
Double Remarks
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
See Also