Skip to main content

AppearanceObject.GradientMode Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v26.1.dll

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