| Name | Type | Description |
|---|---|---|
| Width |
Double
|
Specifies the width of the outline, measured in points. |
| Style | Specifies the outline style. |
|
| Color | Specifies the outline color. |
|
| StartArrow | Specifies a start arrow for the outline. |
|
| EndArrow | Specifies an end arrow for the outline. |
|
| BehindFill | Specifies whether the fill is behind the outline. |
|
| ScaleWithShape | Specifies whether the outline maintains the size proportions of the shape. |
|
| LineCaps | Specifies the endpoint style of an open-path outline. |
|
| LineJoin | Specifies the appearance of lines that intersect each other in an outline, and returns cdrOutlineLineJoin. |
|
| NibAngle |
Double
|
Specifies the orientation of the pen nib, relative to the drawing surface, for a calligraphic outline. |
| NibStretch |
Long
|
Specifies the thickness of the pen nib for a calligraphic outline. |
| DashDotLength |
Double
|
Specifies the dash-dot length of the outline. |
| PenWidth |
Double
|
Specifies the pen width of the outline. |
| MiterLimit |
Double
|
|
| Justification | Specifies the outline justification settings. |
Sub Test() Dim sr As ShapeRange Set sr = ActivePage.FindShapes(, cdrEllipseShape) sr.SetOutlinePropertiesEx 0.15, Justification: = cdrOutlineJustificationOutside End Sub