NevronOpenVision
Nevron.Nov.Graphics Namespace / NLinearGradientFill Class
Fields Properties Methods Events


In This Topic
    NLinearGradientFill Class Members
    In This Topic

    The following tables list the members exposed by NLinearGradientFill.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the EndFactorX property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the EndFactorY property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NLinearGradientFill.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StartFactorX property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StartFactorY property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the center of the linear gradient.  
    Public PropertyGets or sets the End Point X coordinate factor. The coordinate is relative to the gradient rectangle. 0 = left, 1 = right.  
    Public PropertyGets or sets the End Point Y coordinate factor. The coordinate is relative to the gradient rectangle. 0 = top, 1 = bottom.  
    Public PropertyGets or sets the end point, in the graident rect.  
    Public PropertyOverridden. Gets the fill type (Linear Gradient) as an enum value.  
    Public PropertyGets the gradient rect  
    Public PropertyGets or sets the Start Point X coordinate factor. The coordinate is relative to the gradient rectangle. 0 = left, 1 = right.  
    Public PropertyGets or sets the Start Point Y coordinate factor. The coordinate is relative to the gradient rectangle. 0 = top, 1 = bottom.  
    Public PropertyGets or sets the start point, in the graident rect.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a new linear gradient fill by inverting the colors of this fill.  
    Public MethodGets the angle  
    Public MethodOverloaded. Sets the linear gradient angle to the specified value. Center the gradient to pass through the center of the gradient rect. Adjusts the coverage points so that the gradient fill the entire gradient rect completely.  
    Public MethodSets the EndFactorX, if keepCentered is true modifies the StartPoint so that the gradient passes through the gradient rect center  
    Public MethodSets the StartFactorY, if keepCentered is true modifies the EndPoint so that the gradient passes through the gradient rect center  
    Public MethodSets the StartFactorX, if keepCentered is true modifies the EndPoint so that the gradient passes through the gradient rect center  
    Public MethodSets the StartFactorY, if keepCentered is true modifies the EndPoint so that the gradient passes through the gradient rect center  
    Public MethodStretches the linear gradient, so that it covers the gradient rect completely.  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Internal MethodOverridden.   
    Top
    See Also