This document is archived and information here might be outdated. Recommended version. |
Indicates if the symbol outline will draw.
[Visual Basic .NET]
Public Property Outline As Boolean
[C#]
public bool Outline {get; set;}
[C++]
HRESULT get_Outline(
Boolean* Outline
);
[C++]
HRESULT put_Outline(
VARIANT_BOOL Outline
);
[C++] Parameters Outline [out, retval]
Outline is a parameter of type bool* Outline [in]
Outline is a parameter of type bool
Boolean indicator to draw an outline around the marker. False is the default Outline.