Skip to main content
All docs
V25.1
  • Create(TPersistent,TdxAlphaColorFunc,TdxAlphaColorFunc) Constructor

    Creates a new instance of area fill settings for the specified parent settings object.

    Declaration

    constructor Create(AOwner: TPersistent; AGetDefaultColorFunc: TdxAlphaColorFunc; AGetDefaultColor2Func: TdxAlphaColorFunc); reintroduce; overload;

    Parameters

    Name Type Description
    AOwner TPersistent

    The parent object for the created instance of area fill settings. In DevExpress products, the parent for a TdxStrokeOptions object is another settings class instance.

    AGetDefaultColorFunc TdxAlphaColorFunc

    The function that obtains the actual primary color when the Color property is set to TdxAlphaColors.Default.

    AGetDefaultColor2Func TdxAlphaColorFunc

    The function that obtains the actual secondary color when the Color2 property is set to TdxAlphaColors.Default.

    Remarks

    Warning

    Call this constructor only if you use the TdxFillOptions class in a custom component. DevExpress components create required line settings automatically.

    See Also