Represents a border UI component.
The following tables list the members exposed by the BorderComponent type.
Name | Description | |
---|---|---|
Initializes a new instance of the BorderComponent class. |
Name | Description | |
---|---|---|
Gets or sets the Brush used to draw the border outlines. |
||
Gets or sets the border thickness. |
||
Gets or sets the Component displayed inside this border. |
||
Gets or sets the padding space between this border and its Content. |
Name | Description | |
---|---|---|
Component.Arrange override. Sets the location and size of this border and arranges its Content. |
||
Component.Draw override. Draws this border in specified RenderContext. |
||
Component.Measure override. Measures the desired size of this border and its Content. |