C1.Web.Mvc Namespace / Code93 Class / AutoWidthZoom Property

In This Topic
AutoWidthZoom Property (Code93)
In This Topic
Gets or sets a zoom factor applied to the automatically calculated control width.
Syntax
'Declaration
 
<JsonAttribute(1)>
<DefaultValueAttribute(1)>
Public Overridable Property AutoWidthZoom As Integer
 
Remarks
This property makes effect only if the AutoWidth property is set to true. It can take any numeric value equal or greater than 1.
See Also