SymbolBorder
Base Type: Border
A class for a border that is drawn using a symbol.
Property |
Type |
Description |
---|---|---|
CornerRounding |
short |
The amount of corner rounding. 0 = fully square. 100 = fully round. |
HorizontalGap |
double |
The horizontal Gap between the frame border and the subject in points. |
Symbol |
The symbol used to draw the border. | |
VerticalGap |
double |
The vertical gap between the frame border and the subject in points. |
Remarks
The default value for CornerRounding is 0 which gives a square border. A value of 100 gives a round border.
2/28/2020