'Declaration Public Overrides Property FillMode As Vintasoft.Imaging.Drawing.GraphicsPathFillMode
public override Vintasoft.Imaging.Drawing.GraphicsPathFillMode FillMode { get; set; }
public: __property Vintasoft.Imaging.Drawing.GraphicsPathFillMode get_FillMode(); override; public: __property void set_FillMode(
Vintasoft.Imaging.Drawing.GraphicsPathFillMode value
); override;
public:
property Vintasoft.Imaging.Drawing.GraphicsPathFillMode FillMode { Vintasoft.Imaging.Drawing.GraphicsPathFillMode get() override;; void set(Vintasoft.Imaging.Drawing.GraphicsPathFillMode value) override;; }