Right padding.
Namespace:
Aspose.BarCode.Generation
Assembly:
Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public Unit Right { get; set; }<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property Right As Unit
Get
Set
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property Unit^ Right {
Unit^ get ();
void set (Unit^ value);
}[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member Right : Unit with get, set
Property Value
Type:
Unit
See Also