List & Label .NET
combit.Reporting.Dom Namespace / PropertyFillingWithBitmap Class

In This Topic
    PropertyFillingWithBitmap Class Properties
    In This Topic

    For a list of all members of this type, see PropertyFillingWithBitmap members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the opacity of the filling. (Inherited from combit.Reporting.Dom.PropertyFillingExt)
    Public PropertyGets or sets the image to be used for the filling.  
    Public PropertyGets or sets the color for the filling, e.g. "RGB(255,0,0)". (Inherited from combit.Reporting.Dom.PropertyFilling)
    Public PropertyGets or sets the end color for the gradient. (Inherited from combit.Reporting.Dom.PropertyFillingExt)
    Public PropertyGets or sets the intermediate color for the gradient (if a two part gradient is chosen). (Inherited from combit.Reporting.Dom.PropertyFillingExt)
    Public Property (Inherited from combit.Reporting.Dom.DomItem)
    Public PropertyGets or sets a pattern for the gradient. Values may range between 0 and 145. (Inherited from combit.Reporting.Dom.PropertyFillingExt)
    Public Property

    Gets or sets the style of the filling. Possible values are

     

    Value Meaning
    0 transparent
    1 solid / fixed color
    2 horizontal gradient (only for PropertyFillingExt)
    3 vertical gradient (only for PropertyFillingExt)
    4 horizontal two part gradient (only for PropertyFillingExt)
    5 vertical two part gradient (only for PropertyFillingExt)

    (Inherited from combit.Reporting.Dom.PropertyFilling)
    Top
    See Also