[]
Initializes a new instance of the Border class.
public Border()
Initializes a new instance of the Border class using the specified style, width, and color.
public Border(ExpressionInfo style, ExpressionInfo width, ExpressionInfo color)
Type | Name | Description |
---|---|---|
ExpressionInfo | style | An ExpressionInfo object representing the style of the border. |
ExpressionInfo | width | An ExpressionInfo object representing the width of the border. |
ExpressionInfo | color | An ExpressionInfo object representing the color of the border. |