Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapePatternFill.PatternType Property

Gets or sets the type of the pattern applied to a chart element.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.2.Core.dll

Declaration

ShapeFillPatternType PatternType { get; set; }

Property Value

Type Description
ShapeFillPatternType

A ShapeFillPatternType enumeration value specifying the pattern type.

Remarks

To apply the pattern fill to a chart element, call the ShapeFill.SetPatternFill method. To change the pattern type of the specified pattern fill, access the ShapePatternFill object by utilizing the ShapeFill.PatternFill property and then assign another value to the PatternType property.

See Also