Skip to main content

AppearanceObject.GetTextureBrush() Method

This method is obsolete. Returns a TextureBrush object which uses the image to fill the interior of a shape.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v25.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public TextureBrush GetTextureBrush()

Returns

Type Description
TextureBrush

A System.Drawing.TextureBrush object which represents the brush that fills the interior of a shape with the image.

See Also