FieldPropertiesSignature_Width Property |
The width of the control, in pixels. This is required for precise sizing since the HTML5 CANVAS element can be sized only in pixels. If omitted, pixel width will be calculated as consistently as possible with other controls.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax int Signature_Width { get; }
ReadOnly Property Signature_Width As Integer
Get
Property Value
Type:
Int32The width of the control, in pixels. This is required for precise sizing since the HTML5 CANVAS element can be sized only in pixels. If omitted, pixel width will be calculated as consistently as possible with other controls.
Remarks
Applies to CellType Signature only.
See Also