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 | |
---|---|---|
A double value specifying the component's assigned height. Valid only after calling Arrange. |
||
A double value specifying the component's assigned width. Valid only after calling Arrange. |
||
A nullable double value specifying the component's desired height. Valid only after calling Measure. |
||
A nullable double value specifying the component's desired width. Valid only after calling Measure. |
||
Gets or sets the column index of this component when placed inside a GridPanel. |
||
Gets or sets the row index of this component when placed inside a GridPanel. |
||
Gets or sets a fixed height for this component. |
||
Gets or sets the hit-test visibility of this component. |
||
Gets or sets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel. |
||
Gets or sets 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 or sets the component's tooltip text. |
||
Gets or sets the vertical alignment of this component inside the layout rectangle allocated by its parent panel. |
||
Gets or sets the visibility of this component. |
||
Gets or sets a fixed width for this component. |
||
A double value specifying the component's horizontal position relative to its parent. |
||
A double value specifying the component's vertical position relative to its parent. |
Name | Description | |
---|---|---|
Sets the location and size of this component relatively to its parent. |
||
Returns a ComponentController used to interact with this component. |
||
Draws this component in specified RenderContext. |
||
Invoked while the mouse is moved to let your application set the mouse cursor. |
||
Returns the component containing specified point. |
||
Overloaded. |
||
Invalidates the current layout and runs a new layout pass before next draw operation. |
||
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. |
||
Implements the visitor design pattern. |
Name | Description | |
---|---|---|
Sums specified nullable double values. |
||
Arranges a child component in specified layout rectangle. |
||
Returns the larger of specified values. |