TdxGPBrush.Color Property
Specifies the solid color of the brush.
Declaration
property Color: TdxAlphaColor read; write;
Property Value
Type |
---|
TdxAlphaColor |
Remarks
Use this property to assign the TdxAlphaColor color value which is used to fill the brush area. The Color property is in effect only if the Style property is set to gpbsSolid.
See Also