Back to Devexpress

AppearanceObject.GetTextureBrush() Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-7a745c81.md

latest1.2 KB
Original Source

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.2.dll

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

Declaration

csharp
public TextureBrush GetTextureBrush()
vb
Public Function GetTextureBrush As TextureBrush

Returns

TypeDescription
TextureBrush

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

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace