Click or drag to resize

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; }

Property Value

Type: Int32
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.
Remarks
Applies to CellType Signature only.
See Also