ThreeDFormat.ContourWidth Property
Returns or sets the width of the contour around the specified ThreeDFormat object, in points. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property ContourWidth As Single
Get
Set
'Usage
Dim instance As ThreeDFormat
Dim value As Single
value = instance.ContourWidth
instance.ContourWidth = value
float ContourWidth { get; set; }
Property Value
Type: System.Single
Remarks
The maximum value of the ContourWidth property is 144 points.