EdgeSmoothing Property (Pie3D)
In This Topic
Gets or sets the smoothing of element edges.
Syntax
'Declaration
Public Property EdgeSmoothing As Double
'Usage
Dim instance As Pie3D
Dim value As Double
instance.EdgeSmoothing = value
value = instance.EdgeSmoothing
public double EdgeSmoothing {get; set;}
See Also