Skip to main content

AppearanceObject.GradientMode Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v25.1.dll

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

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual LinearGradientMode GradientMode { get; set; }

Property Value

Type Description
LinearGradientMode

A LinearGradientMode enumeration value.

See Also