'Declaration Public Overrides Property TextAlignment As Vintasoft.Imaging.AnchorType
public override Vintasoft.Imaging.AnchorType TextAlignment { get; set; }
public: __property Vintasoft.Imaging.AnchorType get_TextAlignment(); override; public: __property void set_TextAlignment(
Vintasoft.Imaging.AnchorType value
); override;
public:
property Vintasoft.Imaging.AnchorType TextAlignment { Vintasoft.Imaging.AnchorType get() override;; void set(Vintasoft.Imaging.AnchorType value) override;; }