Overload | Description |
---|---|
Border Constructor() | Creates a new border with default values. |
Border Constructor(Color) | Creates a new one-pixel, solid border with the specified color. |
Border Constructor(BorderStyle,Color) | Creates a new one-pixel border with the specified style and color. |
Border Constructor(BorderStyle,Color,Int16) | Creates a new border with the specified style, color, and width. |
Border Constructor(SerializationInfo,StreamingContext) | Creates a new border from serialization. |