'Declaration Public MustOverride Property SmoothingMode As DrawingSmoothingMode
public abstract DrawingSmoothingMode SmoothingMode { get; set; }
public: __property abstract DrawingSmoothingMode get_SmoothingMode(); public: __property abstract void set_SmoothingMode(
DrawingSmoothingMode value
);
public:
abstract property DrawingSmoothingMode SmoothingMode { DrawingSmoothingMode get(); void set(DrawingSmoothingMode value); }