Class BorderInfo
BorderInfo class
This class represents border for graphics elements.
public sealed class BorderInfo : ICloneable
Constructors
Name | Description |
---|
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
Name | Description |
---|
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
Name | Description |
---|
Clone() | Clones a new BorderInfo object. |
See Also