Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / LinearGradientBrush Class
Properties Methods

In This Topic
    LinearGradientBrush Class Members
    In This Topic

    The following tables list the members exposed by LinearGradientBrush.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the ending gradient color.  
    Public PropertyGets or sets the coordinates of the end point of the current linear gradient brush.

    (0,0) is the top-left corner, (1,1) is the bottom-right corner.

     
    Public PropertyGets or sets the collection of gradient stops.  
    Public PropertyFor internal use. Gets or sets the resolution of the target graphics. (Inherited from GrapeCity.Documents.Drawing.Brush)
    Public PropertyGets or sets the starting gradient color.  
    Public PropertyGets or sets the coordinates of the start point of the current linear gradient brush.

    (0,0) is the top-left corner, (1,1) is the bottom-right corner.

     
    Public PropertyOverridden. Gets a value indicating whether the brush is actually visible.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a value indicating whether brush uses semi-transparent colors.  
    Top
    See Also