Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShapeOutlineFill Members

In This Article
A base class for the ShapeOutline class containing information on the fill type of the shape outline of chart elements and providing methods to set fill types.

#Properties

Name Description
FillType Returns the fill type applied to a shape.
GradientFill Provides access to the settings of the gradient fill applied to a drawing object’s element.
SolidFill Provides access to the settings of the solid fill applied to a drawing object’s element.

#Methods

Name Description
SetAutoFill() Sets the automatic fill for a drawing object’s element.
SetGradientFill(ShapeGradientType, IList<GradientStopInfo>) Sets the gradient fill for a drawing object’s element.
SetGradientFill(ShapeGradientType, Color, Color) Sets the two-color gradient fill for a drawing object’s element.
SetNoFill() Removes any fill from a drawing object’s element.
SetSolidFill(Color) Sets a solid color fill for a drawing object’s element.
See Also