[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=Brush Interfaces=Brush,MarshalByRefObject,Object Info=Defines a brush of a single color. Brushes are used to fill graphics shapes, such as rectangles, ellipses, pies, polygons, and paths. [Property] Name=Sets the name of the component. ARG(string)|2| @Color=Sets the color of this SolidBrush object. ARG(Color)|8|clDefault [Methods] *doConstructor=Initializes a new SolidBrush object of the specified color. ARG(Color color)|1|0 *.Color=Returns the color of this SolidBrush object. ARG(Color)|3|8 SolidBrush=Returns the SolidBrush object. ARG(SolidBrush)|3|0 *color=Defines a Color structure that represents the color of this brush. ARG(Color)|4|8