ShowLabel Property (UpcBase)
In This Topic
Indicates whether the value is rendered under the symbol.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(True)>
Public Overridable Property ShowLabel As System.Boolean
'Usage
Dim instance As UpcBase
Dim value As System.Boolean
instance.ShowLabel = value
value = instance.ShowLabel
[Json(1)]
[System.ComponentModel.DefaultValue(true)]
public virtual System.bool ShowLabel {get; set;}
public read-write property ShowLabel: System.Boolean; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowLabel : System.boolean
[Json(1)]
[System.ComponentModel.DefaultValue(true)]
public: __property virtual System.bool get_ShowLabel();
public: __property virtual void set_ShowLabel(
System.bool value
);
[Json(1)]
[System.ComponentModel.DefaultValue(true)]
public:
virtual property System.bool ShowLabel {
System.bool get();
void set ( System.bool value);
}
See Also