| FillSettings Class |
Namespace: Kettic.AspNet.Controls.ChartModel.Styles
The FillSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| FillSettings |
Create new instance of FillSettings class.
| |
| FillSettings(HatchStyle) |
Constructor for FillSettings for the Hatch fill mode
| |
| FillSettings(Object) |
Create new instance of FillSettings class.
| |
| FillSettings(GradientMode, Single, ColorBlend) |
Constructor for FillSettings for the Linear gradient fill mode
| |
| FillSettings(ImageDrawMode, String, ImageAlignModes, ImageTileModes) |
Constructor for FillSettings for the Image fill mode
|
| Name | Description | |
|---|---|---|
| Clone |
Clone this object
| |
| Equals |
Comparing two objects.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Gets hash code
(Overrides ObjectGetHashCode.) |
| Name | Description | |
|---|---|---|
| BackgroundImage |
Specifies the URL of Image file
| |
| ComplexGradient |
Specifies the blend colors for Gradient fill
| |
| GradientAngle |
Specifies the Linear gradient fill angle
| |
| GradientMode |
Specifies the Linear gradient fill mode
| |
| HatchStyle |
Specifies the style of hatch fill type
| |
| ImageAlign |
Specifies the Image align mode
| |
| ImageDrawMode |
Specifies how image should be drawing
| |
| ImageFlip |
Specifies the image flip settings
|