Click or drag to resize

SingleBorder(BorderStyle, Color, Double) Constructor

Initializes a new instance of the SingleBorder struct.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public SingleBorder(
	BorderStyle style,
	Color color,
	double width
)

Parameters

style  BorderStyle
The border style.
color  Color
The border color.
width  Double
The border width in points.
See Also