Class BorderInfo

BorderInfo class

This class represents border for graphics elements.

public sealed class BorderInfo : ICloneable

Constructors

NameDescription
BorderInfo()Initializes a new instance of the BorderInfo class.
BorderInfo(BorderSide)Initializes a new instance of the BorderInfo class.
BorderInfo(BorderSide, Color)Initializes a new instance of the BorderInfo class.
BorderInfo(BorderSide, float)Initializes a new instance of the BorderInfo class.
BorderInfo(BorderSide, GraphInfo)Initializes a new instance of the BorderInfo class.
BorderInfo(BorderSide, float, Color)Initializes a new instance of the BorderInfo class.

Properties

NameDescription
Bottom { get; set; }Gets or sets a object that indicates bottom of the border.
Left { get; set; }Gets or sets a object that indicates left of the border.
Right { get; set; }Gets or sets a object that indicates right of the border.
RoundedBorderRadius { get; set; }Gets or sets a rouded border radius
Top { get; set; }Gets or sets a object that indicates the top border.

Methods

NameDescription
Clone()Clones a new BorderInfo object.

See Also