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