Description
Animation Point Size: the size of a grid point for static graphics when grid points are not filled. Dimensionless.
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 * pVal
);
public: HRESULT put_PointSize(
double PointSize
);
|
| [Java] |
|---|
public double getPointSize();
public void setPointSize(
double
);
|
See Also