ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Gradient Class
Properties Methods

In This Topic
    Gradient Class Members
    In This Topic

    The following tables list the members exposed by Gradient.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Gradient class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets how text is aligned within the field. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the field's vertical position relative to its containing Section. (Inherited from C1.C1Report.Field)
    Public PropertyAngle for the gradient pattern, in degrees.  
    Public PropertyGets or sets the field's background color. (Inherited from C1.C1Report.Field)
    Public PropertyAllows fields to be rendered in barcode format. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the field's border color. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the field's border style. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether the Text property should be interpreted as a literal value or as a calculated expression. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether the field height should be automatically increased to fit the field's contents. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether the field height should be automatically reduced to fit the field's contents. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether the field should be displayed as a checkbox. (Inherited from C1.C1Report.Field)
    Public PropertyInitial color for the gradient background.  
    Public PropertyFinal color for the gradient background.  
    Public Property  
    Public PropertyGets or sets the field's font. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether to insert page breaks before or after the field. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the field's foreground color. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets a string used to format the field value. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the height of the field in twips. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether duplicate values in consecutive records should be suppressed. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether the field should be kept together on a page. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the x-coordinate of the field's left edge in twips. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether a line should be drawn across the field (as opposed to a box around the field). (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the line spacing between text lines in the field, in percent. The default is 100 which corresponds to normal line spacing.

    Note that this property is ignored if RTF is true.

    (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the width of the field's border or line. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets an expression that evaluates to a URL to be visited when the field is clicked. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the spacing between the bottom edge of the field and its content, in twips. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the spacing between the left edge of the field and its content, in twips. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the spacing between the right edge of the field and its content, in twips. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the spacing between the top edge of the field and its content, in twips. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the field name. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets a picture to display on the field. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets how field pictures should be the aligned. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets how images should be the scaled to fit within the field area. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets a value indicating whether right-to-left text rendering rules should be used. If null (which is the default), the property RightToLeft defined on the report is used. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether the field should render string enclosed in curly brackets as RTF. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether to show a running sum for the field. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets an instance of the C1.C1Report.ShapeBase-derived class specifying properties of the geometric shape drawn by this field (if ShapeType is not None). (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the type of geometric shape drawn by the current field.

    The default is None.

    (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets a reference to another report to be rendered within the field (a subreport). (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets extra data needed by the calling program. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the field's text. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the angle of text rotation within the field (including barcodes). (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the direction of text within the field. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the y-coordinate of the field's top edge in twips. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether the C1.C1Report.Field will be rendered in the report. (Inherited from C1.C1Report.Field)
    Public PropertyGets or sets the width of the field in twips. (Inherited from C1.C1Report.Field)
    Public PropertySpecifies whether the field's contents should be allowed to wrap within the field rectangle. (Inherited from C1.C1Report.Field)
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current C1.C1Report.Field object. (Inherited from C1.C1Report.Field)
    Public MethodDraw rounded rectangle.  
    Public MethodFill rounded rectangle.  
    Public MethodOverloaded. Draw and fill rounded rectangle.  
    Public MethodBrings a field to the front or sends it to the back of the ZOrder. (Inherited from C1.C1Report.Field)
    Public MethodReturns a description of the field (name, location, size). (Inherited from C1.C1Report.Field)
    Top
    See Also