[]
Represents the border appearance for various map elements.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Border : StyleObject
| Name | Description |
|---|---|
| Bottom | Gets or sets the bottom border line. |
| Color | Gets or sets the color of all sides of the border. |
| Left | Gets or sets the left border line. |
| Right | Gets or sets the right border line. |
| RoundRadius | Gets or sets the round radius of each corner. |
| Style | Gets or sets the dash style of all sides of the border. |
| Top | Gets or sets the top border line. |
| Width | Gets or sets the width of all sides of the border. |
| Name | Description |
|---|---|
| ResetBottom() | Resets the Bottom to default state. |
| ResetColor() | Resets the Color to default state. |
| ResetLeft() | Resets the Left to default state. |
| ResetRight() | Resets the Right to default state. |
| ResetRoundRadius() | Resets the RoundRadius to default state. |
| ResetStyle() | Resets the Style to default state. |
| ResetTop() | Resets the Top to default state. |
| ResetWidth() | Resets the Width to default state. |
| ShouldSerializeBottom() | Returns false if Bottom is in default state. |
| ShouldSerializeColor() | Returns false if Color is in default state. |
| ShouldSerializeLeft() | Returns false if Left is in default state. |
| ShouldSerializeRight() | Returns false if Right is in default state. |
| ShouldSerializeRoundRadius() | Returns false if RoundRadius is in default state. |
| ShouldSerializeStyle() | Returns false if Style is in default state. |
| ShouldSerializeTop() | Returns false if Top is in default state. |
| ShouldSerializeWidth() | Returns false if Width is in default state. |