[]
Creates a compound border with the specified inside and outside borders.
public CompoundBorder(IBorder outside, IBorder inside)
Public Sub New(outside As IBorder, inside As IBorder)
Type | Name | Description |
---|---|---|
IBorder | outside | Outside border |
IBorder | inside | Inside border |
Creates a compound border with the specified inside and outside borders and the specified face color.
public CompoundBorder(IBorder outer, IBorder inner, int faceWidth, Color faceColor)
Public Sub New(outer As IBorder, inner As IBorder, faceWidth As Integer, faceColor As Color)
Type | Name | Description |
---|---|---|
IBorder | outer | Outside border |
IBorder | inner | Inside border |
int | faceWidth | Face width of the border |
Color | faceColor | Face color of the border |