LineFormat.Weight Property
Returns or sets the thickness of the specified line in points.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Weight As Single
Get
Set
'Usage
Dim instance As LineFormat
Dim value As Single
value = instance.Weight
instance.Weight = value
float Weight { get; set; }
Property Value
Type: System.Single