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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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