Search
BorderComponent Members
Constructors Properties Methods
 


Represents a border UI component.

The following tables list the members exposed by the BorderComponent type.

 Public Constructors

  Name Description

BorderComponent

Initializes a new instance of the BorderComponent class.

 Public Properties

  Name Description

borderBrush

Gets or sets the Brush used to draw the border outlines.

borderThickness

Gets or sets the border thickness.

content

Gets or sets the Component displayed inside this border.

padding

Gets or sets the padding space between this border and its Content.

 Public Methods

  Name Description

arrange

Component.Arrange override. Sets the location and size of this border and arranges its Content.

draw

Component.Draw override. Draws this border in specified RenderContext.

measure

Component.Measure override. Measures the desired size of this border and its Content.

 See Also