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
- background (StiBrush)
- backgroundMouseOver (StiBrush)
- borderPen (StiPenGeom)
- rect (object)
- interaction (StiInteractionDataGeom)
- elementIndex (int)
StiBorderGeom(background: StiBrush, backgroundMouseOver: StiBrush, borderPen: StiPenGeom, rect: object, interaction: StiInteractionDataGeom, elementIndex: int, angle: float, rotationMode: StiRotationMode)
Parameters
- background (StiBrush)
- backgroundMouseOver (StiBrush)
- borderPen (StiPenGeom)
- rect (object)
- interaction (StiInteractionDataGeom)
- elementIndex (int)
- angle (float)
- rotationMode (StiRotationMode)
StiBorderGeom(background: StiBrush, backgroundMouseOver: StiBrush, borderPen: StiPenGeom, rect: object, cornerRadius: StiCornerRadius, interaction: StiInteractionDataGeom, tooltip: string, elementIndex: int)
Parameters
- background (StiBrush)
- backgroundMouseOver (StiBrush)
- borderPen (StiPenGeom)
- rect (object)
- cornerRadius (StiCornerRadius)
- interaction (StiInteractionDataGeom)
- tooltip (string)
- elementIndex (int)
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
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject