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

PatternFill.Pattern Property

Gets or sets the pattern applied to a shape.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

PatternFillType Pattern { get; set; }

Property Value

Type Description
PatternFillType

One of the preset patterns.

Remarks

Use the following methods to apply a pattern to a shape or its border:

Shape.Fill.SetPatternFill - fills a shape with a pattern.

Shape.Line.Fill.SetPatternFill - applies a pattern to a line or a shape’s border.

The PatternFill.Pattern property allows you to access and change the applied pattern.

See Also