Click or drag to resize

ThemedExpanderHandler Class

A themed handler for the Expander control.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerExpander
    EtoWidgetHandlerStackLayout, Expander
      EtoWidgetHandlerStackLayout, Expander, ExpanderICallback
        Eto.FormsThemedControlHandlerStackLayout, Expander, ExpanderICallback
          Eto.FormsThemedContainerHandlerStackLayout, Expander, ExpanderICallback
            Eto.Forms.ThemedControlsThemedExpanderHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedExpanderHandler : ThemedContainerHandler<StackLayout, Expander, ExpanderICallback>, 
	ExpanderIHandler, PanelIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler, 
	IContextMenuHost

The ThemedExpanderHandler type exposes the following members.

Constructors
  NameDescription
Public methodThemedExpanderHandler
Initializes a new instance of the ThemedExpanderHandler.
Top
Properties
  NameDescription
Public propertyCollapsedButtonText
Gets or sets the text of the button when Expanded is false.
Public propertyContent
Gets or sets the content of the control when expanded.
Public propertyContextMenu
Gets or sets the context menu of the expander.
Public propertyExpanded
Gets or sets whether the expander content is visible (expanded).
Public propertyExpandedButtonText
Gets or sets the text of the button when Expanded is true.
Public propertyHeader
Gets or sets the content of the header
Public propertyMinimumSize
Gets or sets the minimum size of this control.
Public propertyPadding
Gets or sets the padding around the Content.
Top
Methods
See Also