SingleBorder(BorderStyle, Color, Double, Double) Constructor |
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public SingleBorder(
BorderStyle style,
Color color,
double width,
double spacing
)
Public Sub New (
style As BorderStyle,
color As Color,
width As Double,
spacing As Double
)
Parameters
- style BorderStyle
- The border style.
- color Color
- The border color.
- width Double
- The border width in points.
- spacing Double
- The border spacing in points.
See Also