'Declaration Public Property TextAlignment As TextAnchorType
public TextAnchorType TextAlignment { get; set; }
public: __property TextAnchorType get_TextAlignment(); public: __property void set_TextAlignment(
TextAnchorType value
);
public:
property TextAnchorType TextAlignment { TextAnchorType get(); void set(TextAnchorType value); }
Property Value
Default value is Vintasoft.Barcode.TextRendering.TextAnchorType.TopLeft.