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) | |
Children | Gets a list of child elements. (Inherited from C1.Framework.Element) | |
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) | |
Control | Gets or sets the Control that this element is hosting. | |
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) | |
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) | |
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) | |
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) |