Rubber band line width.
Read-write property
[Visual Basic .NET] |
---|
Public Property RubberBandLineWidth() As Double |
[C#] |
---|
public double RubberBandLineWidth {get; set;} |
[Managed C++] |
---|
public: __property double get_RubberBandLineWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_RubberBandLineWidth( double * pRetVal ); public: HRESULT put_RubberBandLineWidth( double LineWidth ); |
[Java] |
---|
public double getRubberBandLineWidth(); public void setRubberBandLineWidth( double ); |