Select the style of the line between track points.
Read-write property
[Visual Basic .NET] |
---|
Public Property Style() As AgELineStyle |
[C#] |
---|
public AgELineStyle Style {get; set;} |
[Managed C++] |
---|
public: __property AgELineStyle^ get_Style(); |
[Unmanaged C++] |
---|
public: HRESULT get_Style( |
[Java] |
---|
public AgELineStyle getStyle();public void setStyle( |