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