ViewCubeIcon(coordinateSystemPositionType, Boolean, Color, Boolean, Int32, String, String, String, String, String, String, Color, Color, Color, Color, Color, Color, Char, Char, Char, Char, Boolean, Font, Color, Color, Int32, Boolean, Boolean, ImageSource, ImageSource, ImageSource, ImageSource, ImageSource, ImageSource) Constructor

NOTE: This member is now obsolete. This constructor is deprecated.

Deprecated constructor.
Public Sub New( _ 
ByVal position As coordinateSystemPositionType, _ 
ByVal visible As Boolean, _ 
ByVal highlightColor As Color, _ 
ByVal animateCamera As Boolean, _ 
ByVal animateCameraDuration As Integer, _ 
ByVal frontText As String, _ 
ByVal backText As String, _ 
ByVal leftText As String, _ 
ByVal rightText As String, _ 
ByVal topText As String, _ 
ByVal bottomText As String, _ 
ByVal frontColor As Color, _ 
ByVal backColor As Color, _ 
ByVal leftColor As Color, _ 
ByVal rightColor As Color, _ 
ByVal topColor As Color, _ 
ByVal bottomColor As Color, _ 
ByVal frontRingLabel As Char, _ 
ByVal backRingLabel As Char, _ 
ByVal leftRingLabel As Char, _ 
ByVal rightRingLabel As Char, _ 
ByVal showRing As Boolean, _ 
ByVal font As Font, _ 
ByVal textColor As Color, _ 
ByVal edgeColor As Color, _ 
ByVal size As Integer, _ 
ByVal fitAfterViewChange As Boolean, _ 
ByVal enabled As Boolean, _ 
ByVal frontImage As ImageSource, _ 
ByVal backImage As ImageSource, _ 
ByVal leftImage As ImageSource, _ 
ByVal rightImage As ImageSource, _ 
ByVal topImage As ImageSource, _ 
ByVal bottomImage As ImageSource
)
This language is not supported or no code example is available.
public ViewCubeIcon( 
coordinateSystemPositionType position
bool visible
Color highlightColor
bool animateCamera
int animateCameraDuration
string frontText
string backText
string leftText
string rightText
string topText
string bottomText
Color frontColor
Color backColor
Color leftColor
Color rightColor
Color topColor
Color bottomColor
char frontRingLabel
char backRingLabel
char leftRingLabel
char rightRingLabel
bool showRing
Font font
Color textColor
Color edgeColor
int size
bool fitAfterViewChange
bool enabled
ImageSource frontImage
ImageSource backImage
ImageSource leftImage
ImageSource rightImage
ImageSource topImage
ImageSource bottomImage 
)
This language is not supported or no code example is available.

Parameters

position
coordinateSystemPositionType

Position

visible
bool

Visibility status

highlightColor
Color

Color of highlight

animateCamera
bool

If true, animates the camera when changing the orientation

animateCameraDuration
int

Deprecated, see Environment.AnimateCameraDuration

frontText
string

Text of the front face

backText
string

Text of the back face

leftText
string

Text of the left face

rightText
string

Text of the right face

topText
string

Text of the top face

bottomText
string

Text of the bottom face

frontColor
Color

The color of the front face

backColor
Color

The color of the back face

leftColor
Color

The color of the left face

rightColor
Color

The color of the right face

topColor
Color

The color of the top face

bottomColor
Color

The color of the bottom face

frontRingLabel
char

Front orientation ring label

backRingLabel
char

Back orientation ring label

leftRingLabel
char

Left orientation ring label

rightRingLabel
char

Right orientation ring label

showRing
bool

If true, shows the ring under the view cube

font
Font

The font used to draw the texts on the cube faces and the labels on the ring

textColor
Color

The color used to draw the texts on the cube faces

edgeColor
Color

The color used to draw the cube edges

size
int

The size in pixels

fitAfterViewChange
bool

If true, fits the view when the view orientation changes

enabled
bool

The enabled status

frontImage
ImageSource

The front face image

backImage
ImageSource

The back face image

leftImage
ImageSource

The left face image

rightImage
ImageSource

The right face image

topImage
ImageSource

The top face image

bottomImage
ImageSource

The bottom face image

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition