Property IGDIPlus.IGPPathGradientBrush.CenterColor
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPPathGradientBrush
Contents |
Syntax
Delphi:
property CenterColor : TGPColor read GetCenterColor write SetCenterColorProp;
C++ Builder:
__property TGPColor CenterColor = { read=GetCenterColor, write=SetCenterColorProp };
Summary
Sets or gets the center color of this path gradient brush.
Description
Use this property to set or get the center color of this path
gradient brush. The center color is the color that appears at
the brush's center point.
Remarks
By default the center point is the centroid of the brush's
boundary path, but you can set the center point to any
location inside or outside the path.