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


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

Parameters

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


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject