StiBorderGeom Class

Namespace: Stimulsoft.Base.Context

Inheritance

Inherits from: StiGeom

Constructors

Constructor Description
StiBorderGeom(StiBrush background, StiBrush backgroundMouseOver, StiPenGeom borderPen, object rect, StiInteractionDataGeom interaction, int elementIndex)  
StiBorderGeom(StiBrush background, StiBrush backgroundMouseOver, StiPenGeom borderPen, object rect, StiInteractionDataGeom interaction, int elementIndex, float angle, StiRotationMode rotationMode)  
StiBorderGeom(StiBrush background, StiBrush backgroundMouseOver, StiPenGeom borderPen, object rect, StiCornerRadius cornerRadius, StiInteractionDataGeom interaction, string tooltip, int elementIndex)  

StiBorderGeom(background: StiBrush, backgroundMouseOver: StiBrush, borderPen: StiPenGeom, rect: object, interaction: StiInteractionDataGeom, elementIndex: int)

Parameters


StiBorderGeom(background: StiBrush, backgroundMouseOver: StiBrush, borderPen: StiPenGeom, rect: object, interaction: StiInteractionDataGeom, elementIndex: int, angle: float, rotationMode: StiRotationMode)

Parameters


StiBorderGeom(background: StiBrush, backgroundMouseOver: StiBrush, borderPen: StiPenGeom, rect: object, cornerRadius: StiCornerRadius, interaction: StiInteractionDataGeom, tooltip: string, elementIndex: int)

Parameters

Properties

Property Type Description
Angle float  
Background StiBrush  
BackgroundMouseOver StiBrush  
BorderPen StiPenGeom  
CornerRadius StiCornerRadius  
ElementIndex int  
Interaction StiInteractionDataGeom  
Rect object  
RotationMode StiRotationMode  
ToolTip string  

Methods

Method Returns Description
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject