Skip to main content
A newer version of this page is available. .

AppearanceObject.GetTextureBrush() Method

Returns a TextureBrush object which uses the image specified by the AppearanceObject.Image property to fill the interior of a shape.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

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 specified by the AppearanceObject.Image property.

See Also