Class LinearGradientBrush
Inheritance
System.Object
LinearGradientBrush
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
Syntax
public class LinearGradientBrush : Object
Constructors
LinearGradientBrush()
Initialise the new instance of the Linear gradient brush.
Declaration
public LinearGradientBrush()
Properties
ColorInterpolationMode
Declaration
public ClrIntMode ColorInterpolationMode { get; set; }
Property Value
EndPoint
Declaration
public string EndPoint { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
LinearGradientBrushGradientStops
Declaration
public GradientStop[] LinearGradientBrushGradientStops { get; set; }
Property Value
Declaration
public Transform LinearGradientBrushTransform { get; set; }
Property Value
MappingMode
Declaration
public MappingMode MappingMode { get; set; }
Property Value
Opacity
Declaration
public double Opacity { get; set; }
Property Value
SpreadMethod
Declaration
public SpreadMethod SpreadMethod { get; set; }
Property Value
StartPoint
Declaration
public string StartPoint { get; set; }
Property Value
Declaration
public string Transform { get; set; }
Property Value