AddOn Property (IQuietZoneWithAddOn)
In This Topic
Add on is the size of quiet zone between main symbol and add on symbol. The default value for this property is 0.
Syntax
'Declaration
Property AddOn As System.String
'Usage
Dim instance As IQuietZoneWithAddOn
Dim value As System.String
instance.AddOn = value
value = instance.AddOn
System.string AddOn {get; set;}
read-write property AddOn: System.String;
function get,set AddOn : System.String
__property System.string* get_AddOn();
__property void set_AddOn(
System.string* value
);
property System.String^ AddOn {
System.String^ get();
void set ( System.String^ value);
}
See Also