NDoublePropertyEditor Class Members
In This Topic
The following tables list the members exposed by NDoublePropertyEditor.
Public Constructors
Public Fields
| Name | Description |
  | DegreesFactory | An editor factory for degrees floating-point values. Range=[-360, 360], step=1, decimal places = 2. |
  | FactorFactory | An editor factory for double-precision floating-point values. Range=[0, 1], step=0.1, decimal places=2. |
  | FactorNegativeFactory | An editor factory for double-precision floating-point values. Range=[-1, 1], step=0.1, decimal places=2. |
  | FactorNoLimitFactory | An editor factory for double-precision floating-point values. Range=[-MinValue, MaxValue], step=0.1, decimal places=2. |
  | FactorPositiveNoLimitFactory | An editor factory for double-precision floating-point values. Range=[-0, MaxValue], step=0.1, decimal places=2. |
  | NDoublePropertyEditorSchema | Schema associated with NDoublePropertyEditor. |
  | NonNegativeIntegerFactory | An editor factory for double-precision floating-point values. Range=[0, Double.MaxValue], step=1, decimal places=0. |
  | PercentFactory | An editor factory for double-precision floating-point values. Range=[0, 100], step=0.1, decimal places=2. |
  | RelativePositionFactory | An editor factory for single-precision floating-point values. Range=[-1000, 1000], step = 0.01, decimal places=2. |
  | ZoomPercentFactory | An editor factory for double-precision floating-point values. Range=[1, 500], step=10, decimal places=0. |
Top
See Also