Legend.Width Property
Returns or sets the width, in points, of the object. Read/write double-precision floating-point number.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Width As Double
Get
Set
'Usage
Dim instance As Legend
Dim value As Double
value = instance.Width
instance.Width = value
double Width { get; set; }
Property Value
Type: System.Double