AutoWidth Property (Gs1DataBarExpanded)
In This Topic
Gets or sets a value indicating whether the control width should automatically change along with the Value length.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(True)>
Public Overridable Property AutoWidth As System.Boolean
'Usage
Dim instance As Gs1DataBarExpanded
Dim value As System.Boolean
instance.AutoWidth = value
value = instance.AutoWidth
[Json(1)]
[System.ComponentModel.DefaultValue(true)]
public virtual System.bool AutoWidth {get; set;}
public read-write property AutoWidth: System.Boolean; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute()
public function get,set AutoWidth : System.boolean
[Json(1)]
[System.ComponentModel.DefaultValue(true)]
public: __property virtual System.bool get_AutoWidth();
public: __property virtual void set_AutoWidth(
System.bool value
);
[Json(1)]
[System.ComponentModel.DefaultValue(true)]
public:
virtual property System.bool AutoWidth {
System.bool get();
void set ( System.bool value);
}
See Also