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++] |
|---|
|
| [Java] |
|---|
public AgELineStyle getStyle(); public void setStyle( AgELineStyle ); |
[Python - STK API ] |
|---|
@property def Style(self) -> "AgELineStyle": @Style.setter def Style(self, LineStyle:"AgELineStyle") -> None: |






