LineFormat.Weight Property
Returns or sets the thickness of the specified line, in points. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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