PictureFill Interface
Contains picture 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 PictureFill objects:
Remarks
Picture Fill
Use the PictureFill object’s properties to change a picture fill applied to a shape:
PictureFill.Picture - returns the picture used to fill the shape.
PictureFill.FillRect - defines which part of the shape the picture occupies.
PictureFill.RotateWithShape - specifies whether to rotate the picture with the shape.
PictureFill.Transparency - sets the picture’s transparency.
Texture Fill
Set the PictureFill.Stretch property to false to tile the picture as texture.
PictureFill.TileAlign - specifies where the texture fill starts.
PictureFill.OffsetX, PictureFill.OffsetY - define additional offsets of the texture fill relative to its original position.
PictureFill.ScaleX, PictureFill.ScaleY - specify how to scale the picture used to tile the shape.
PictureFill.TileFlip - defines how to mirror tiles.