The Border type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Border()()()() |
Initialize a new instance of the Border class.
| |
| Border(Brush) |
Initialize a new instance of the Border class with the given brush.
| |
| Border(Color, Double) |
Initialize a new instance of the Border class with the given color and width.
| |
| Border(Pen, Brush) |
Initialize a new instance of the Border class with given pen and brush.
| |
| Border(Color, Double, Brush) |
Initialize a new instance of the Border class with the given color, width and brush.
| |
| Border(Color, Double, DashPattern, Brush) |
Initialize a new instance of the Border class with given color, width, patern and brush.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Bordered.
| |
| CopyFrom |
Copy the values for left, right, top and bottom and Background from another Border object.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Background |
Get or set the brush that is used to fill the background.
| |
| Bottom |
Get or set the pen that is used to draw the bottom edge.
| |
| Left |
Get or set the pen that is used to draw the left edge.
| |
| Right |
Get or set the pen that is used to draw the right edge.
| |
| Top |
Get or set the pen that is used to draw the top edge.
|