Line width of lines between objects during access periods in the 2D and 3D Graphics windows.
Read-write property
[Visual Basic .NET] |
---|
Public Property LineWidth() As Integer |
[C#] |
---|
public int LineWidth {get; set;} |
[Managed C++] |
---|
public: __property int get_LineWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_LineWidth( long * pVal ); public: HRESULT put_LineWidth( long inVal ); |
[Java] |
---|
public int getLineWidth(); public void setLineWidth( int ); |