Back to Devexpress

LinearGradientBrushObject Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-drawing-dc21d0e4.md

latest1.5 KB
Original Source

LinearGradientBrushObject Class

Paints an area with a linear gradient.

Namespace : DevExpress.XtraGauges.Core.Drawing

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class LinearGradientBrushObject :
    BaseGradientBrushObject
vb
Public Class LinearGradientBrushObject
    Inherits BaseGradientBrushObject

Remarks

See the LinearGradientBrush Class topic in the Windows Presentation Framework (XAML) section in MSDN, to learn more.

Inheritance

Object BaseObject DevExpress.XtraGauges.Core.Base.BaseObjectEx BrushObject BaseGradientBrushObject LinearGradientBrushObject

See Also

LinearGradientBrushObject Members

DevExpress.XtraGauges.Core.Drawing Namespace