[]
Gets or sets the default border properties, such as color, style and width.
public Border Border { get; set; }
Type | Description |
---|---|
Border | A Border object containing the default border properties. |
The object copies Default property from BorderColor, BorderStyle and BorderWidth, or set new values to them.