| ExpanderIHandlerExpanded Property  | 
 
            Gets or sets a value indicating whether the 
Content is expanded/visible.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxbool Expanded { get; set; }Property Expanded As Boolean
	Get
	Set
abstract Expanded : bool with get, set
Property Value
Type: 
Booleantrue if expanded; otherwise, 
false.
 See Also
See Also