Represents a user interface component.
The following tables list the members exposed by the Component type.
Name | Description | |
---|---|---|
Initializes a new instance of the Component class. |
Name | Description | |
---|---|---|
Sets the location and size of this component relative to its parent. |
||
|
||
Returns a ComponentController used to interact with this component. |
||
|
||
Draws this component in specified RenderContext. |
||
Gets a double value specifying the component's assigned height. Valid only after calling {#link arrange}. |
||
Gets a double value specifying the component's assigned width. Valid only after calling arrange. |
||
Gets a nullable double value specifying the component's desired height. Valid only after calling measure. |
||
Gets a nullable double value specifying the component's desired width. Valid only after calling measure. |
||
Gets the column index of this component when placed inside a GridPanel. |
||
Gets the row index of this component when placed inside a GridPanel. |
||
Gets a fixed height for this component. |
||
Gets the hit-test visibility of this component. |
||
Gets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel. |
||
Gets the margin space around this component relative to the layout rectangle allocated by its parent panel. |
||
|
||
Gets the boundaries of this component relative to its parent. |
||
Gets the component's tooltip text. |
||
Gets the vertical alignment of this component inside the layout rectangle allocated by its parent panel. |
||
Gets the visibility of this component. |
||
Gets a fixed width for this component. |
||
Gets a double value specifying the component's horizontal position relative to its parent. |
||
Gets a double value specifying the component's vertical position relative to its parent. |
||
Returns the component containing specified point. |
||
Overloaded. |
||
Overloaded. |
||
Transforms the specified point to the coordinate system of the root panel. |
||
Measures the desired size of this component. |
||
Transforms the specified point to the coordinate system of this component. |
||
Sets a double value specifying the component's assigned height. |
||
Sets a double value specifying the component's assigned width. |
||
Sets a nullable double value specifying the component's desired height. |
||
Sets a nullable double value specifying the component's desired width. |
||
Sets the column index of this component when placed inside a GridPanel. |
||
Sets the row index of this component when placed inside a GridPanel. |
||
Sets a fixed height for this component. |
||
Sets the hit-test visibility of this component. |
||
Sets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel. |
||
Sets the margin space around this component relative to the layout rectangle allocated by its parent panel. |
||
|
||
Sets the component's tooltip text. |
||
Sets the vertical alignment of this component inside the layout rectangle allocated by its parent panel. |
||
Sets the visibility of this component. |
||
Sets a fixed width for this component. |
||
Sets a double value specifying the component's horizontal position relative to its parent. |
||
Sets a double value specifying the component's vertical position relative to its parent. |
||
Implements the visitor design pattern. |
Name | Description | |
---|---|---|
Sums specified nullable double values. |
||
|
||
|