LegendKey.Smooth Property
Gets or sets whether curve smoothing is turned on for the legend key.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Smooth As Boolean
Get
Set
'Usage
Dim instance As LegendKey
Dim value As Boolean
value = instance.Smooth
instance.Smooth = value
bool Smooth { get; set; }
Property Value
Type: System.Boolean
true if curve smoothing is turned on for the legend key; otherwise, false.