The style of the line.
Read-write property
[Visual Basic .NET] |
---|
Public Property Style() As String |
[C#] |
---|
public string Style {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Style(); |
[Unmanaged C++] |
---|
public: HRESULT get_Style( BSTR * pStyle ); public: HRESULT put_Style( BSTR Style ); |
[Java] |
---|
public String getStyle(); public void setStyle( String ); |