RadControls for Silverlight

CameraViewPoint determines the point at which the camera will look at.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.1050

Syntax

C#
public enum CameraViewpoint
Visual Basic
Public Enumeration CameraViewpoint

Members

Member nameValueDescription
Bottom0 The camera will look at the bottom of the item.
Top1 The camera will look at the top of the item.
Center2 The camera will look at the center of the item.

See Also