Back to Devexpress

AppearanceObject.GradientMode Property

windowsforms-devexpress-dot-utils-dot-appearanceobject-2f2c50cc.md

latest1.5 KB
Original Source

AppearanceObject.GradientMode Property

Deprecated. Gets or sets the background gradient’s direction.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual LinearGradientMode GradientMode { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Appearance")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property GradientMode As LinearGradientMode

Property Value

TypeDescription
LinearGradientMode

A LinearGradientMode enumeration value.

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace