Gets or sets whether an outline is rendered around the polyline.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplayOutline() As Boolean |
[C#] |
---|
public bool DisplayOutline {get; set;} |
[Managed C++] |
---|
public: __property bool get_DisplayOutline(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayOutline( VARIANT_BOOL * pRetVal ); public: HRESULT put_DisplayOutline( VARIANT_BOOL DisplayOutline ); |
[Java] |
---|
public bool getDisplayOutline(); public void setDisplayOutline( bool ); |