| Name | Description |
| AutoHeight | Gets or sets the System.Boolean value specifying whether element height is automatically determined by its style and contents. (Inherited from C1.Framework.Element) |
| AutoSize | Gets the System.Boolean value specifying whether element size is automatically determined by its style and contents. (Inherited from C1.Framework.Element) |
| AutoWidth | Gets or sets the System.Boolean value specifying whether element width is automatically determined by its style and contents. (Inherited from C1.Framework.Element) |
| Bounds | Gets or sets the element's bounds (size and location) within its parent element, in pixels. (Inherited from C1.Framework.Element) |
| ButtonNext | Returns reference to the RepeatButtonElement element working for navigation to next elements. |
| ButtonPrevious | Returns reference to the RepeatButtonElement element working for navigation to previous elements. |
| ButtonSize | Gets or sets the System.Int32 value determining height and width in pixels of navigation buttons. |
| Children | Gets or sets the list of child elements contained in this Element. (Inherited from C1.Framework.BasePanel) |
| ContainsFocus | Gets a value that indicates whether this Element or one of its children has the focus. (Inherited from C1.Framework.Element) |
| ContentBounds | Client rectangle, in pixels. This discounts margins, borders, and padding. (Inherited from C1.Framework.Element) |
| ContentElement | Gets or sets the Element which displays the scrollable content. |
| Enabled | Gets or sets whether the element is enabled (can receive mouse and keyboard messages). (Inherited from C1.Framework.Element) |
| Focusable | Gets or sets whether the element is focusable (receives keyboard messages). (Inherited from C1.Framework.Element) |
| Focused | Gets a value that indicates whether this Element has the focus. (Inherited from C1.Framework.Element) |
| ForceLineBreak | Gets a Element.LineBreak value that determines whether there should be line breaks before and/or after this Element when it occurs in a paragraph. (Inherited from C1.Framework.Element) |
| ForceScrollButtons | Gets or sets whether the scroll buttons should be visible even when they are not needed. |
| HasChildren | Gets a value that indicates the element has a non-empty Element.Children collection. (Inherited from C1.Framework.Element) |
| Height | Element height. Set to -1 to let the element calculate it automatically. (Inherited from C1.Framework.Element) |
| HitTestable | Gets or sets whether the element is hit-testable (receives mouse messages). (Inherited from C1.Framework.Element) |
| HostControl | Gets the System.Windows.Forms.Control that is hosting this Element. (Inherited from C1.Framework.Element) |
| HostView | Gets the IView that is hosting this Element. (Inherited from C1.Framework.Element) |
| InheritedRtl | Gets or sets whether the value of RightToLeft property is inherited from the parent element. (Inherited from C1.Framework.Element) |
| IsDirty | Gets a value that indicates this element needs to be laid out. (Inherited from C1.Framework.Element) |
| IsEnabled | Gets whether this element and all its ancestors are enabled. (Inherited from C1.Framework.Element) |
| IsFocusable | Gets whether this element can currently receive the focus. (Inherited from C1.Framework.Element) |
| IsHot | Gets or sets whether the element should be displayed using the Style.Hot style. (Inherited from C1.Framework.Element) |
| IsPressed | Gets or sets whether the element should be displayed using the Style.Pressed style. (Inherited from C1.Framework.Element) |
| IsVisible | Gets whether this element and all its ancestors are visible. (Inherited from C1.Framework.Element) |
| Left | Gets or sets the horizontal position of the element within its parent. (Inherited from C1.Framework.Element) |
| LineDescent | Gets the portion of the element that renders below the baseline. Usually non-zero only for text elements, depends on font. (Inherited from C1.Framework.Element) |
| Location | Gets or sets the location of the element within its parent. (Inherited from C1.Framework.Element) |
| Orientation | Gets or sets a value that indicates the dimension by which child elements are stacked. (Inherited from C1.Framework.StackPanel) |
| Parent | Gets the element's parent, or null if this is the root element. (Inherited from C1.Framework.Element) |
| RenderStyle | Gets the element's style, or a default style if the element doesn't have one. This never returns null. (Inherited from C1.Framework.Element) |
| RightToLeft | Gets or sets whether the element should be drawn using right-to-left layout. (Inherited from C1.Framework.Element) |
| Root | Gets the element's top-level parent. (Inherited from C1.Framework.Element) |
| ScrollablePanel | Returns reference to the child ScrollableStackPanel.ScrollablePanel element. |
| ScrollDelay | Gets or sets the time before buttons start firing while pressed, in milliseconds |
| ScrollDelayHover | Gets or sets the time before buttons start firing when the mouse hovers over them (even without pressing them) |
| ScrollInterval | Gets or sets the time between scroll steps while buttons are pressed, in milliseconds. |
| ScrollPosition | Gets or sets the scroll position (negative pixel offset, like the XView control). |
| ScrollStep | Gets or sets the scroll step, in pixels. |
| ShowFocusRectangle | Gets or sets whether the element should display a focus rectangle when it has focus. (Inherited from C1.Framework.Element) |
| Size | Gets or sets the size of the element. (Inherited from C1.Framework.Element) |
| Style | Gets or sets the Style object used to render this Element. (Inherited from C1.Framework.Element) |
| Top | Gets or sets the vertical position of the element within its parent. (Inherited from C1.Framework.Element) |
| Validated | Gets or sets a value indicating if the contents was successfully validated. (Inherited from C1.Framework.Element) |
| Visible | Gets or sets whether the element is visible. (Inherited from C1.Framework.Element) |
| Width | Element width. Set to -1 to let the element calculate it automatically. (Inherited from C1.Framework.Element) |