The entity line style.
Read-write property
[Visual Basic .NET] |
---|
Public Property LineStyle() As String |
[C#] |
---|
public string LineStyle {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_LineStyle(); |
[Unmanaged C++] |
---|
public: HRESULT get_LineStyle( BSTR * pStyle ); public: HRESULT put_LineStyle( BSTR Style ); |
[Java] |
---|
public String getLineStyle(); public void setLineStyle( String ); |