AutoWidthZoom Property (Gs1DataBarExpanded)
In This Topic
Gets or sets a zoom factor applied to the automatically calculated control width.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(1)>
Public Overridable Property AutoWidthZoom As System.Integer
'Usage
Dim instance As Gs1DataBarExpanded
Dim value As System.Integer
instance.AutoWidthZoom = value
value = instance.AutoWidthZoom
[Json(1)]
[System.ComponentModel.DefaultValue(1)]
public virtual System.int AutoWidthZoom {get; set;}
public read-write property AutoWidthZoom: System.Integer; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute(1)
public function get,set AutoWidthZoom : System.int
[Json(1)]
[System.ComponentModel.DefaultValue(1)]
public: __property virtual System.int get_AutoWidthZoom();
public: __property virtual void set_AutoWidthZoom(
System.int value
);
[Json(1)]
[System.ComponentModel.DefaultValue(1)]
public:
virtual property System.int AutoWidthZoom {
System.int get();
void set ( System.int value);
}
See Also