Specifies the style of the line.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property LineStyle() As AgELineStyle |
| [C#] |
|---|
public AgELineStyle LineStyle {get; set;} |
| [Managed C++] |
|---|
public: __property AgELineStyle get_LineStyle(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgELineStyle getLineStyle(); public void setLineStyle( AgELineStyle ); |
[Python - STK API ] |
|---|
@property def LineStyle(self) -> "AgELineStyle": @LineStyle.setter def LineStyle(self, newVal:"AgELineStyle") -> None: |






