KaxBarcodeVerticalTextPositionPercentage Property |
Get or set the Y position of the barcode text in percents. By default is 100%.
If bottom of the text is cut off by the border of the barcode,
than set this property to lower value like 90, or 80, depending on the font size.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual float VerticalTextPositionPercentage { get; set; }
Public Overridable Property VerticalTextPositionPercentage As Single
Get
Set
public:
virtual property float VerticalTextPositionPercentage {
float get ();
void set (float value);
}
abstract VerticalTextPositionPercentage : float32 with get, set
override VerticalTextPositionPercentage : float32 with get, set
Property Value
Type:
Single
See Also