ComponentOne Word for UWP
SetRectBorder Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfBorderObject Class : SetRectBorder Method
A line style of the rectangle border.
A color of the rectangle border.
A line width of the rectangle border.
Sets rectangle border around Word/RTF object.
Syntax
'Declaration
 
Public Sub SetRectBorder( _
   ByVal style As RtfBorderStyle, _
   ByVal clr As Windows.UI.Color, _
   ByVal width As System.Single _
) 
public void SetRectBorder( 
   RtfBorderStyle style,
   Windows.UI.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.
See Also

Reference

RtfBorderObject Class
RtfBorderObject Members