LinearGradientBrush Class
Inheritance
System.Object
LinearGradientBrush
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XPS
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class LinearGradientBrush
Constructors
LinearGradientBrush()
Initialise the new instance of the Linear gradient brush.
Declaration
public LinearGradientBrush()
Properties
ColorInterpolationMode
Declaration
public ClrIntMode ColorInterpolationMode { get; set; }
Property Value
Type |
---|
ClrIntMode |
EndPoint
Declaration
public string EndPoint { get; set; }
Property Value
Type |
---|
System.String |
Key
Declaration
public string Key { get; set; }
Property Value
Type |
---|
System.String |
LinearGradientBrushGradientStops
Declaration
public GradientStop[] LinearGradientBrushGradientStops { get; set; }
Property Value
Type |
---|
GradientStop[] |
LinearGradientBrushTransform
Declaration
public Transform LinearGradientBrushTransform { get; set; }
Property Value
Type |
---|
Transform |
MappingMode
Declaration
public MappingMode MappingMode { get; set; }
Property Value
Type |
---|
MappingMode |
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
SpreadMethod
Declaration
public SpreadMethod SpreadMethod { get; set; }
Property Value
Type |
---|
SpreadMethod |
StartPoint
Declaration
public string StartPoint { get; set; }
Property Value
Type |
---|
System.String |
Transform
Declaration
public string Transform { get; set; }
Property Value
Type |
---|
System.String |