PatternFill Interface
Contains pattern fill settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return PatternFill objects:
Remarks
Use the PatternFill object’s properties to change a pattern applied to a shape or its border:
PatternFill.Pattern - specifies the pattern type.
PatternFill.ForegroundColor - defines a foreground color.
PatternFill.BackgroundColor - defines a background color.
See Also