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.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