FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1LinearBrush Class
Properties Methods Events


In This Topic
    C1LinearBrush Class Members
    In This Topic

    The following tables list the members exposed by C1LinearBrush.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the first color of the gradient. Note that setting this property automatically changes the GradientStops collection (the color of the first gradient stop will be changed). (Inherited from C1.Xaml.Document.C1GradientBrush)
    Public PropertyGets the last color of the gradient. Note that settings this property automatically changes the GradientStops collection (the color of the last gradient stop will be changed). (Inherited from C1.Xaml.Document.C1GradientBrush)
    Public PropertyGets or sets the ending color of the current linear gradient brush.  
    Public PropertyGets or sets the coordinates of the end point of the current linear gradient. (0,0) is the top-left corner, (1,1) is the bottom-right corner.  
    Public PropertyGets the brush's gradient stops. (Inherited from C1.Xaml.Document.C1GradientBrush)
    Public PropertyGets or sets the starting color of the current linear gradient brush.  
    Public PropertyGets or sets the coordinates of the start point of the current linear gradient. (0,0) is the top-left corner, (1,1) is the bottom-right corner.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.   
    Public MethodCreates a copy of this object. (Inherited from C1.Xaml.Document.VisualPrimitive)
    Public MethodOverridden.   
    Public MethodOverridden. Creates an object of the same type as the current object.  
    Public MethodOverridden.   
    Public MethodTests whether the current brush is visible within the specified bounds. (Inherited from C1.Xaml.Document.C1Brush)
    Top
    Protected Methods
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Xaml.Document.VisualPrimitive)
    Top
    See Also