HideLinkageText Property (Gs1DataBarBase)
In This Topic
Indicates whether to show the linkage in the label text.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(False)>
Public Overridable Property HideLinkageText As System.Boolean
'Usage
Dim instance As Gs1DataBarBase
Dim value As System.Boolean
instance.HideLinkageText = value
value = instance.HideLinkageText
[Json(1)]
[System.ComponentModel.DefaultValue(false)]
public virtual System.bool HideLinkageText {get; set;}
public read-write property HideLinkageText: System.Boolean; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute()
public function get,set HideLinkageText : System.boolean
[Json(1)]
[System.ComponentModel.DefaultValue(false)]
public: __property virtual System.bool get_HideLinkageText();
public: __property virtual void set_HideLinkageText(
System.bool value
);
[Json(1)]
[System.ComponentModel.DefaultValue(false)]
public:
virtual property System.bool HideLinkageText {
System.bool get();
void set ( System.bool value);
}
See Also