Click or drag to resize

ThemedSplitterHandler Class

! UNDER CONSTRUCTION ! Themed splitter handler for the Splitter control
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerSplitter
    EtoWidgetHandlerTableLayout, Splitter
      EtoWidgetHandlerTableLayout, Splitter, SplitterICallback
        Eto.FormsThemedControlHandlerTableLayout, Splitter, SplitterICallback
          Eto.FormsThemedContainerHandlerTableLayout, Splitter, SplitterICallback
            Eto.Forms.ThemedControlsThemedSplitterHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedSplitterHandler : ThemedContainerHandler<TableLayout, Splitter, SplitterICallback>, 
	SplitterIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler

The ThemedSplitterHandler type exposes the following members.

Constructors
  NameDescription
Public methodThemedSplitterHandler
Initializes a new instance of the ThemedSplitterHandler class
Top
Properties
  NameDescription
Public propertyFixedPanel
Gets or sets the panel with fixed size.
Public propertyOrientation
Gets or sets the orientation of the panels in the splitter.
Public propertyPanel1
Gets or sets the top or left panel of the splitter.
Public propertyPanel1MinimumSize
Gets or sets the minimal size of the first panel.
Public propertyPanel2
Gets or sets the bottom or right panel of the splitter.
Public propertyPanel2MinimumSize
Gets or sets the minimal size of the second panel.
Public propertyPosition
Gets or sets the position of the splitter from the left or top, in pixels.
Public propertyRelativePosition
Gets or sets the relative position of the splitter which is based on FixedPanel.
Public propertySplitter
Gets the panel used as the splitter between the two panes.
Public propertySplitterWidth
Gets or sets size of the splitter/gutter
Top
Methods
See Also