ViewCubeIcon.SetImages Method

Sets the images for all the faces.
Public Sub SetImages( _ 
ByVal images As ImageSource() _ 
)
This language is not supported or no code example is available.
public void SetImages( 
ImageSource[] images 
)
This language is not supported or no code example is available.

Parameters

images
ImageSource[]

The array containing the images for each face (Front, Back, Top, Bottom, Left, Right), can be null/Nothing.

Remarks
 
If the input array is null/Nothing then all the images will be set to null/Nothing, otherwise it must contain 6 elements. Each element of the array can be null/Nothing.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition