Get or set the number of sides of the cylinder. Higher numbers shade and render as true circles with Smooth selected. Lower numbers create regular cylinder objects with Smooth off.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.306.0 (10.97.306.00)

Collapse imageSyntax

C#
public int Sides { get; set; }
Visual Basic
Public Property Sides As Integer
	Get
	Set
JScript
function get Sides () : int
function set Sides (value : int)

Collapse imageSee Also