'Declaration Public Sub SetRectBorder( _ ByVal style As RtfBorderStyle, _ ByVal clr As System.Drawing.Color, _ ByVal width As System.Single _ )
public void SetRectBorder( RtfBorderStyle style, System.Drawing.Color clr, System.float width )
Parameters
- style
- A line style of the rectangle border.
- clr
- A color of the rectangle border.
- width
- A line width of the rectangle border.