StiSimpleShadow Class
Namespace: Stimulsoft.Base.Drawing
Class describes a border.
Inheritance
Implements: ICloneable
Constructors
| Constructor | Description |
|---|---|
| constructor(Color color, Point location, number size, boolean visible) |
constructor(color: Color, location: Point, size: number, visible: boolean)
Parameters
Properties
| Property | Type | Description |
|---|---|---|
| location | Point | |
| size | number |
Methods
| Method | Returns | Description |
|---|---|---|
| clone | any | Creates a new object that is a copy of the current instance. |
loadFromXml static |
StiSimpleShadow |
Method Details
clone
clone(): any
Creates a new object that is a copy of the current instance.
Returns any — A new object that is a copy of this instance.
loadFromXml static
loadFromXml(text: string): StiSimpleShadow
Parameters
- text (string)
Returns StiSimpleShadow
Fields
| Field | Type | Description |
|---|---|---|
| color | any | Gets or sets a shadow color. |
| value | any | |
| value | any | |
| visible | any | Gets or sets value which indicates that shadow is visible or not. |