[]
Represents information required to draw borders
[TypeConverter(typeof(Border.Converter))]
public sealed class Border : Item, IGraphItem, ICloneable, IGraphXmlSerializable
| Name | Description |
|---|---|
| Border() | Creates default border |
| Border(Line) | Initializes new instance of border object. |
| Border(Line, int) | Initializes new instance of border object with a black shadow. |
| Border(Line, int, Color) | Initializes new instance of border object. |
| Border(string) | For internal use only. |
| Border(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| Line | Line style to draw border |
| ShadowColor | Color of shadow outlining border |
| ShadowWeight | Width of shadow outlining border |
| Name | Description |
|---|---|
| Clone() | This member overrides
|
| Equals(object) | Compare the Border object to another System.Object and check if the two are equal. |
| GetHashCode() | Returns a hash code for this instance. |