Default constructor. Initializes members to reasonable default values.
Constructs a new object from a built-in or custom type.
Public Sub New() Public Sub New( type As Autodesk.AutoCAD.GraphicsInterface.VisualStyleType ) Protected Friend Sub New( unmanagedPointer As IntPtr, autoDelete As [MarshalAs(UnmanagedType.U1)] bool )
public VisualStyle(); public VisualStyle( Autodesk.AutoCAD.GraphicsInterface.VisualStyleType type ); protected internal VisualStyle( IntPtr unmanagedPointer, [MarshalAs(UnmanagedType.U1)] bool autoDelete );
| 
 
Parameters   | 
 
Description   | 
| 
 
Autodesk.AutoCAD.GraphicsInterface.VisualStyleType type   | 
 
Input the type of visual style to configure   | 
Read / Write
| Comments? |