Back to Devexpress

ShapeOutlineFill Methods

officefileapi-devexpress-dot-spreadsheet-dot-drawings-dot-shapeoutlinefill-dot-underscore-methods.md

latest1.6 KB
Original Source

ShapeOutlineFill Methods

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.

NameDescription
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

ShapeOutlineFill Interface

ShapeOutlineFill Members

DevExpress.Spreadsheet.Drawings Namespace