Gets or sets the size of a grid point for static graphics when grid points are not filled and smooth contours are not used.
Read-write property
[Visual Basic .NET] |
---|
Public Property PointSize() As Double |
[C#] |
---|
public double PointSize {get; set;} |
[Managed C++] |
---|
public: __property double get_PointSize(); |
[Unmanaged C++] |
---|
public: HRESULT get_PointSize( double * pVal ); public: HRESULT put_PointSize( double PointSize ); |
[Java] |
---|
public double getPointSize(); public void setPointSize( double ); |