New to Telerik UI for WPFStart a free 30-day trial

Represents a description of item in the DiagramScaleDefinition.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

C#
public class DiagramScaleItemDefinition

Inheritance: objectDiagramScaleItemDefinition

Constructors

C#
public DiagramScaleItemDefinition()

Properties

Gets or sets the interval.

C#
public double Interval { get; set; }

Gets or sets the type of the item.

C#
public DiagramScaleItemType Type { get; set; }