Description
Assembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
Constructor of Border with given parametres.
Namespace: Docs.WordAssembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
Syntax
C# | Visual Basic | Visual C++ |
public Border( float Width, BorderStyle Style, Color Color, float Space )
Public Sub New ( _ Width As Single, _ Style As BorderStyle, _ Color As Color, _ Space As Single _ )
public: Border( float Width, BorderStyle Style, Color Color, float Space )
Parameters
- Width
- Single
Width of the border in points.
- Style
- BorderStyle
Style of the Border.
- Color
- Color
Color of the border.
- Space
- Single
Space between the text and the border (in points).