Click or drag to resize
Fill Class
Base fill style
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesFill
      More...

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Fill : StateManagerBase, ICloneable

The Fill type exposes the following members.

Constructors
  NameDescription
Public methodFill
Create new instance of FillStyle class.
Public methodFill(Color)
Create new instance of FillStyle class.
Public methodFill(Object)
Create new instance of FillStyle class.
Public methodFill(Color, ChartFillMode)
Create new instance of FillStyle class.
Public methodFill(Color, Color)
Create new instance of FillStyle class.
Public methodFill(Color, Color, ChartFillMode)
Create new instance of FillStyle class.
Public methodFill(Color, Color, FillSettings, Boolean, ChartFillMode)
Create new instance of FillStyle class.
Top
Methods
  NameDescription
Public methodClone
Clone of this object
Public methodEquals
Comparing of two objects
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets hash code
(Overrides ObjectGetHashCode.)
Top
Properties
  NameDescription
Public propertyFillMode
Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used
Public propertyFillSettings
Gets and sets fill settings
Public propertyGammaCorrection
Specifies whether gamma correction should be used
Public propertyMainColorOpacity
Gets and sets the main color opacity coefficient
Public propertyPrimaryColor
Gets and sets the main color of figure background
Public propertySecondColor
Gets and sets the second color of figure background
Public propertySecondColorOpacity
Gets and sets the second color opacity coefficient
Top
See Also
Inheritance Hierarchy