StiEllipseAnimationGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiAnimationGeom
Constructors
| Constructor | Description |
|---|---|
| StiEllipseAnimationGeom(StiBrush background, StiPenGeom borderPen, object rect, string toolTip, object tag, StiAnimation animation, StiInteractionDataGeom interaction) | |
| StiEllipseAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, object rect, string toolTip, object tag, StiAnimation animation, StiInteractionDataGeom interaction) |
StiEllipseAnimationGeom(background: StiBrush, borderPen: StiPenGeom, rect: object, toolTip: string, tag: object, animation: StiAnimation, interaction: StiInteractionDataGeom)
Parameters
- background (StiBrush)
- borderPen (StiPenGeom)
- rect (object)
- toolTip (string)
- tag (object)
- animation (StiAnimation)
- interaction (StiInteractionDataGeom)
StiEllipseAnimationGeom(wpfBackColor: StiBrush, background: StiBrush, borderPen: StiPenGeom, rect: object, toolTip: string, tag: object, animation: StiAnimation, interaction: StiInteractionDataGeom)
Parameters
- wpfBackColor (StiBrush)
- background (StiBrush)
- borderPen (StiPenGeom)
- rect (object)
- toolTip (string)
- tag (object)
- animation (StiAnimation)
- interaction (StiInteractionDataGeom)
Properties
| Property | Type | Description |
|---|---|---|
| Background | StiBrush | |
| BorderPen | StiPenGeom | |
| Rect | object | |
| Tag | object | |
| ToolTip | string | |
| WpfBackColor | StiBrush |
Methods
| Method | Returns | Description |
|---|---|---|
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject