BorderInfo

BorderInfo class

This class represents border for graphics elements.

The BorderInfo type exposes the following members:

Constructors

NameDescription
BorderInfo(border_side, border_color)Initializes a new instance of the BorderInfo class
BorderInfo()Initializes a new instance of the BorderInfo class.
BorderInfo(border_side)Initializes a new instance of the BorderInfo class
BorderInfo(border_side, border_width)Initializes a new instance of the BorderInfo class
BorderInfo(border_side, border_width, border_color)Initializes a new instance of the BorderInfo class
BorderInfo(border_side, info)Initializes a new instance of the BorderInfo class

Properties

NameDescription
leftGets or sets a object that indicates left of the border.
rightGets or sets a object that indicates right of the border.
topGets or sets a object that indicates the top border.
bottomGets or sets a object that indicates bottom of the border.
rounded_border_radiusGets or sets a rouded border radius

Methods

NameDescription
clone()Clones a new BorderInfo object.

See Also