Description
Set the grid point size. Valid value is between 1 and 20.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PointSize() As Double
|
| [C#] |
|---|
public double PointSize {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_PointSize(); public: __property void set_PointSize( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PointSize( double * pRetVal ); public: HRESULT put_PointSize( double NewPointSize );
|
| [Java] |
|---|
public double getPointSize();public void setPointSize( double );
|
See Also