Overload | Description |
---|---|
CreateFilledBorder(NColor) | Creates a border that fills its sides and corners with the specified color. |
CreateFilledBorder(NColor,Double,Double) | Creates a border that fills its sides and corners with the specified color. |
CreateFilledBorder(NFill) | Creates a border that fills its sides and corners with the specified filling. |
CreateFilledBorder(NFill,Double,Double) | Creates a border that fills its sides and corners with the specified filling. |
CreateFilledBorder(NFill,NStroke,NStroke) | Creates a border that fills its sides and corners with the specified filling and strokes the inner and outer outlines with the specified strokes. |
CreateFilledBorder(NFill,NStroke,NStroke,Double,Double) | Creates a border that fills its sides and corners with the specified filling and strokes the inner and outer outlines with the specified strokes. |