Share

VisualStyle.VisualStyle() Constructor

Description

Default constructor. Initializes members to reasonable default values.

Constructs a new object from a built-in or custom type.

C#

public VisualStyle();
public VisualStyle(
    VisualStyleType type
);
protected internal VisualStyle(
    IntPtr unmanagedPointer, 
    [MarshalAs(UnmanagedType.U1)] bool autoDelete
);

Visual Basic

Public Sub New()
Public Sub New(
    type As VisualStyleType
)
Protected Friend Sub New(
    unmanagedPointer As IntPtr, 
    autoDelete As [MarshalAs(UnmanagedType.U1)] bool
)

Parameters

Parameters Description
VisualStyleType type Input the type of visual style to configure

Conditions

Read / Write

Links

VisualStyle Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?