Interface IVariableFormComponentProperties
Represents the properties of a form component with variable size and precision.
public interface IVariableFormComponentProperties : IFormComponentProperties
- Inherited Members
- Extension Methods
Properties
Precision
Gets or sets the precision.
int Precision { get; set; }
Property Value
- int
Size
Gets or sets the size.
int Size { get; set; }
Property Value
- int