Click or drag to resize
FillSettings Class
Fill settings
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesFillSettings
      Kettic.AspNet.Controls.ChartModel.StylesFillSettingsVerticalGradient

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 FillSettings : StateManagerBase, 
	ICloneable

The FillSettings type exposes the following members.

Constructors
  NameDescription
Public methodFillSettings
Create new instance of FillSettings class.
Public methodFillSettings(HatchStyle)
Constructor for FillSettings for the Hatch fill mode
Public methodFillSettings(Object)
Create new instance of FillSettings class.
Public methodFillSettings(GradientMode, Single, ColorBlend)
Constructor for FillSettings for the Linear gradient fill mode
Public methodFillSettings(ImageDrawMode, String, ImageAlignModes, ImageTileModes)
Constructor for FillSettings for the Image fill mode
Top
Methods
  NameDescription
Public methodClone
Clone this object
Public methodEquals
Comparing two objects.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets hash code
(Overrides ObjectGetHashCode.)
Top
Properties
  NameDescription
Public propertyBackgroundImage
Specifies the URL of Image file
Public propertyComplexGradient
Specifies the blend colors for Gradient fill
Public propertyGradientAngle
Specifies the Linear gradient fill angle
Public propertyGradientMode
Specifies the Linear gradient fill mode
Public propertyHatchStyle
Specifies the style of hatch fill type
Public propertyImageAlign
Specifies the Image align mode
Public propertyImageDrawMode
Specifies how image should be drawing
Public propertyImageFlip
Specifies the image flip settings
Top
See Also