OXPSLinearGradientBrush Class
Inheritance
System.Object
OXPSLinearGradientBrush
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()
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class OXPSLinearGradientBrush
Constructors
OXPSLinearGradientBrush()
Declaration
public OXPSLinearGradientBrush()
Properties
ColorInterpolationMode
Declaration
public OXPSClrIntMode 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 OXPSGradientStop[] LinearGradientBrushGradientStops { get; set; }
Property Value
Declaration
public OXPSTransform LinearGradientBrushTransform { get; set; }
Property Value
MappingMode
Declaration
public OXPSMappingMode MappingMode { get; set; }
Property Value
Opacity
Declaration
public double Opacity { get; set; }
Property Value
SpreadMethod
Declaration
public OXPSSpreadMethod SpreadMethod { get; set; }
Property Value
StartPoint
Declaration
public string StartPoint { get; set; }
Property Value
Declaration
public string Transform { get; set; }
Property Value