Description
Allows the user to control the speed vs.
visual quality of a filled area target. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property FillGranularity() As Double
|
| [C#] |
public double FillGranularity {get; set;}
|
| [Managed C++] |
public: __property double get_FillGranularity();
public: __property void set_FillGranularity(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_FillGranularity(
double * pRetVal
);
public: HRESULT put_FillGranularity(
double NewFillGranularity
);
|
| [Java] |
public double getFillGranularity();public void setFillGranularity(
double
);
|
See Also