Back to Devexpress

ShapeOutline Members

officefileapi-devexpress-dot-spreadsheet-dot-drawings-dot-shapeoutline-dot-underscore-members.md

latest3.5 KB
Original Source

ShapeOutline Members

Contains information on a drawing object’s outline and provides methods to set fill types.

Properties

NameDescription
CapTypeGets or sets a style for the end of a shape line.
CompoundTypeGets or sets the compound type for a shape line.
DashingGets or sets the dash style for a shape line.
FillTypeReturns the fill type applied to a shape. Inherited from ShapeOutlineFill.
GradientFillProvides access to the settings of the gradient fill applied to a drawing object’s element. Inherited from ShapeOutlineFill.
JoinTypeGets or sets a join style for two intersecting lines.
MiterLimitGets or sets the value used to calculate the distance at which the intersection of lines is clipped.
SolidFillProvides access to the settings of the solid fill applied to a drawing object’s element. Inherited from ShapeOutlineFill.
WidthGets or sets the width of the shape line.

Methods

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

See Also

ShapeOutline Interface

DevExpress.Spreadsheet.Drawings Namespace