| Package | stimulsoft.base.drawing | 
| Class | public class StiBorder | 
| Inheritance | StiBorder  StiObject  Object | 
| Implements | IStiSerializableToProperty, IStiDefault | 
| Subclasses | StiAdvancedBorder | 
| Property | Defined By | ||
|---|---|---|---|
| color : StiColor  Gets or sets a border color. | StiBorder | ||
| dropShadow : Boolean  Gets or sets value which indicates drop shadow or not. | StiBorder | ||
| isAllBorderSidesPresent : Boolean [read-only]  | StiBorder | ||
| isBottomBorderSidePresent : Boolean [read-only]  | StiBorder | ||
| isDefault : Boolean [read-only]  | StiBorder | ||
| isLeftBorderSidePresent : Boolean [read-only]  | StiBorder | ||
| isRightBorderSidePresent : Boolean [read-only]  | StiBorder | ||
| isTopBorderSidePresent : Boolean [read-only]  | StiBorder | ||
| shadowBrush : StiBrush  Gets or sets the border shadow brush. | StiBorder | ||
| shadowSize : Number  Gets or sets Shadow Size. | StiBorder | ||
| side : int  Gets or sets frame borders. | StiBorder | ||
| size : Number  Gets or sets a border size. | StiBorder | ||
| style : int  Gets or sets a border style. | StiBorder | ||
| topmost : Boolean  Gets or sets value which indicates that border sides will be drawn on top of all components. | StiBorder | ||
| Method | Defined By | ||
|---|---|---|---|
| StiBorder | |||
| clone(... args):Object [override]  Creates a new object that is a copy of the current instance. | StiBorder | ||
| deserialize(value:String):void | StiBorder | ||
|  Draws this border on the indicated Graphics. | StiBorder | ||
| equals(object:Object):Boolean [override]  | StiBorder | ||
|  | getShortTypeName():String  Get a short object type name (without library path). | StiObject | |
|  | getType():Class | StiObject | |
|  | getTypeName():String | StiObject | |
|  | isSimple(object:*):Boolean [static]  | StiObject | |
| memberwiseClone():Object [override]  Creates a shallow copy of the current Collection. | StiBorder | ||
| serialize():String | StiBorder | ||
| color | property | 
color:StiColorGets or sets a border color.
    public function get color():StiColor    public function set color(value:StiColor):void| dropShadow | property | 
dropShadow:BooleanGets or sets value which indicates drop shadow or not.
    public function get dropShadow():Boolean    public function set dropShadow(value:Boolean):void| isAllBorderSidesPresent | property | 
isAllBorderSidesPresent:Boolean  [read-only]     public function get isAllBorderSidesPresent():Boolean| isBottomBorderSidePresent | property | 
isBottomBorderSidePresent:Boolean  [read-only]     public function get isBottomBorderSidePresent():Boolean| isDefault | property | 
isDefault:Boolean  [read-only]     public function get isDefault():Boolean| isLeftBorderSidePresent | property | 
isLeftBorderSidePresent:Boolean  [read-only]     public function get isLeftBorderSidePresent():Boolean| isRightBorderSidePresent | property | 
isRightBorderSidePresent:Boolean  [read-only]     public function get isRightBorderSidePresent():Boolean| isTopBorderSidePresent | property | 
isTopBorderSidePresent:Boolean  [read-only]     public function get isTopBorderSidePresent():Boolean| shadowBrush | property | 
shadowBrush:StiBrushGets or sets the border shadow brush.
    public function get shadowBrush():StiBrush    public function set shadowBrush(value:StiBrush):void| shadowSize | property | 
shadowSize:NumberGets or sets Shadow Size.
    public function get shadowSize():Number    public function set shadowSize(value:Number):void| side | property | 
side:intGets or sets frame borders.
    public function get side():int    public function set side(value:int):void| size | property | 
size:NumberGets or sets a border size.
    public function get size():Number    public function set size(value:Number):void| style | property | 
style:intGets or sets a border style.
    public function get style():int    public function set style(value:int):void| topmost | property | 
topmost:BooleanGets or sets value which indicates that border sides will be drawn on top of all components.
    public function get topmost():Boolean    public function set topmost(value:Boolean):void| StiBorder | () | Constructor | 
public function StiBorder(side:int = 0, color:StiColor = null, size:Number = 1, style:int = 0, dropShadow:Boolean = false, shadowSize:Number = 4, shadowBrush:StiBrush = null, topmost:Boolean = false)| side:int(default =0) | |
| color:StiColor(default =null) | |
| size:Number(default =1) | |
| style:int(default =0) | |
| dropShadow:Boolean(default =false) | |
| shadowSize:Number(default =4) | |
| shadowBrush:StiBrush(default =null) | |
| topmost:Boolean(default =false) | 
| clone | () | method | 
override public function clone(... args):ObjectCreates a new object that is a copy of the current instance.
Parameters
| ... args | 
| Object | 
| deserialize | () | method | 
 public function deserialize(value:String):voidParameters
| value:String | 
| draw | () | method | 
 public function draw(g:StiGraphics, rect:StiRectangle, zoom:Number, emptyColor:StiColor = null):voidDraws this border on the indicated Graphics.
Parameters
| g:StiGraphics | |
| rect:StiRectangle | |
| zoom:Number | |
| emptyColor:StiColor(default =null) | 
| equals | () | method | 
override public function equals(object:Object):BooleanParameters
| object:Object | 
| Boolean | 
| memberwiseClone | () | method | 
override public function memberwiseClone():ObjectCreates a shallow copy of the current Collection.
Returns| Object | 
| serialize | () | method | 
 public function serialize():StringReturns| String |