officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-38a14c0b.md
Contains picture fill settings.
Namespace : DevExpress.XtraRichEdit.API.Native
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public interface PictureFill
Public Interface PictureFill
The following members return PictureFill objects:
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.
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.
See Also