Back to DOM
DOM.Styles.RectBorder
Namespace: DOM.Styles
Represents a rectangular border composed of per-edge border styles.
groups fourinstances describing the visual appearance of the top, left, right and bottom edges of a rectangular area. Consumers (layout, rendering and serialization code) should consult each edge'sto determine color, thickness, spacing and pattern when drawing borders around pages, paragraphs, shapes or other framed elements.
4 members
Properties
BottomBorderStyle
Gets or sets the border style applied to the bottom edge.
LeftBorderStyle
Gets or sets the border style applied to the left edge.
RightBorderStyle
Gets or sets the border style applied to the right edge.
TopBorderStyle
Gets or sets the border style applied to the top edge.