Gets or sets the type of line that will mark the region representing the selected lighting condition.
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++] |
---|
public: HRESULT get_LineStyle( AgELineStyle * pVal ); public: HRESULT put_LineStyle( AgELineStyle LineStyle ); |
[Java] |
---|
public AgELineStyle getLineStyle(); public void setLineStyle( AgELineStyle ); |
[Python - STK API ] |
---|
@property def LineStyle(self) -> "AgELineStyle": @LineStyle.setter def LineStyle(self, LineStyle:"AgELineStyle") -> None: |