Search
Border Members
Constructors Fields Properties Methods
 


Represents a panel that draws a border around its child components.

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

 Public Constructors

  Name Description

Border

Initializes a new instance of the Border class.

 Public Fields

  Name Description

brush

The panel background color.

pen

The border color.

strokeThickness

The border thickness.

 Public Properties

  Name Description

gridColumn

Gets or sets the index of the grid column this component is contained in. (Inherited from ComponentBase.)

gridRow

Gets or sets the index of the grid row this component is contained in. (Inherited from ComponentBase.)

horizontalAlignment

Gets or sets the component's horizontal alignment. (Inherited from ComponentBase.)

verticalAlignment

Gets or sets the component's vertical alignment. (Inherited from ComponentBase.)

visibility

Gets or sets the visibility of this component. (Inherited from ComponentBase.)

 Public Methods

  Name Description

getComponents

Gets the child components of this panel. (Inherited from Panel.)

 See Also