Skip to main content
A newer version of this page is available. .

PrintAppearanceObject.GradientMode Property

OBSOLETE

This property is retained only for backward compatibility.

Specifies the background gradient’s direction.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[Browsable(false)]
[Obsolete("This property is retained only for backward compatibility.")]
public LinearGradientMode GradientMode { get; set; }

Property Value

Type Description
LinearGradientMode

A LinearGradientMode enumeration value

See Also