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