ObjectManipulatorPartProperties Constructor

Constructor.
Public Sub New( _ 
ByVal color As Color, _ 
ByVal visible As Boolean, _ 
ByVal selectable As Boolean
)
This language is not supported or no code example is available.
public ObjectManipulatorPartProperties( 
Color color
bool visible
bool selectable 
)
This language is not supported or no code example is available.

Parameters

color
Color

The color

visible
bool

The visibility

selectable
bool

The selectability

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition