NDoublePropertyEditor Class Members
In This Topic
The following tables list the members exposed by NDoublePropertyEditor.
Public Constructors
Public Fields
| Name | Description |
| DegreesTemplate | An editor template for degrees floating-point values. Range=[-360, 360], step=1, decimal places = 2. |
| FactorNegativeTemplate | An editor template for double-precision floating-point values. Range=[-1, 1], step=0.1, decimal places=2. |
| FactorNoLimitTemplate | An editor template for double-precision floating-point values. Range=[-1000, 1000], step=0.1, decimal places=2. |
| FactorPositiveNoLimitTemplate | An editor template for double-precision floating-point values. Range=[-1000, 1000], step=0.1, decimal places=2. |
| FactorTemplate | An editor template for double-precision floating-point values. Range=[0, 1], step=0.1, decimal places=2. |
| NDoublePropertyEditorSchema | Schema associated with NDoublePropertyEditor. |
| NonNegativeIntegerTemplate | An editor template for double-precision floating-point values. Range=[0, Double.MaxValue], step=1, decimal places=0. |
| PercentTemplate | An editor template for double-precision floating-point values. Range=[0, 100], step=0.1, decimal places=2. |
| RelativePositionTemplate | An editor template for single-precision floating-point values. Range=[-1000, 1000], step = 0.01, decimal places=2. |
| ZoomPercentTemplate | An editor template for double-precision floating-point values. Range=[1, 500], step=10, decimal places=0. |
Top
See Also