RadControls for WPF

Contains route path types to return. A route path is the set of points that define the exact shape of the route.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public enum RoutePathType
Visual Basic
Public Enumeration RoutePathType

Members

Member nameValueDescription
None0 No route path is returned.
Points1 A set of points that define the shape of the route is returned.

See Also