[]
Creates a compound border with the specified inside and outside borders.
public CompoundBorder CreateCompoundBorder(IBorder outside, IBorder inside)
Public Function CreateCompoundBorder(outside As IBorder, inside As IBorder) As CompoundBorder
Type | Description |
---|---|
CompoundBorder | Compound border (CompoundBorder object) with the parameters specified |