StiBorderAnimationGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiAnimationGeom
Constructors
| Constructor | Description |
|---|---|
| StiBorderAnimationGeom(StiBrush background, StiPenGeom borderPen, object rect, object tag, StiAnimation animation, StiInteractionDataGeom interaction, string toolTip) | |
| StiBorderAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, object rect, StiCornerRadius cornerRadius, object tag, StiAnimation animation, StiInteractionDataGeom interaction, string toolTip) |
StiBorderAnimationGeom(background: StiBrush, borderPen: StiPenGeom, rect: object, tag: object, animation: StiAnimation, interaction: StiInteractionDataGeom, toolTip: string)
Parameters
- background (StiBrush)
- borderPen (StiPenGeom)
- rect (object)
- tag (object)
- animation (StiAnimation)
- interaction (StiInteractionDataGeom)
- toolTip (string)
StiBorderAnimationGeom(wpfBackColor: StiBrush, background: StiBrush, borderPen: StiPenGeom, rect: object, cornerRadius: StiCornerRadius, tag: object, animation: StiAnimation, interaction: StiInteractionDataGeom, toolTip: string)
Parameters
- wpfBackColor (StiBrush)
- background (StiBrush)
- borderPen (StiPenGeom)
- rect (object)
- cornerRadius (StiCornerRadius)
- tag (object)
- animation (StiAnimation)
- interaction (StiInteractionDataGeom)
- toolTip (string)
Properties
| Property | Type | Description |
|---|---|---|
| Background | StiBrush | |
| BorderPen | StiPenGeom | |
| CornerRadius | StiCornerRadius | |
| 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