Class VariableFormComponentProperties
Represents the properties of a form component with variable size and precision.
public class VariableFormComponentProperties : FormComponentProperties, IVariableFormComponentProperties, IFormComponentProperties
- Inheritance
-
objectVariableFormComponentProperties
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
VariableFormComponentProperties(int, int)
Constructor requiring to provide default size and precision values.
public VariableFormComponentProperties(int size, int precision)
Parameters
size
intprecision
int
Properties
Precision
Gets or sets the precision.
public int Precision { get; set; }
Property Value
- int
Size
Gets or sets the size.
public int Size { get; set; }
Property Value
- int