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