In This Topic
Gets or sets the plot style.
Syntax
'Declaration
Public Overridable Property Style As PlotStyle
'Usage
Dim instance As Shape3D
Dim value As PlotStyle
instance.Style = value
value = instance.Style
public virtual PlotStyle Style {get; set;}
See Also