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


StiEllipseAnimationGeom(wpfBackColor: StiBrush, background: StiBrush, borderPen: StiPenGeom, rect: object, toolTip: string, tag: object, animation: StiAnimation, interaction: StiInteractionDataGeom)

Parameters

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


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject