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

Represents a description of scale in the RadDiagramRuler.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

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

Syntax:

C#
public class DiagramScaleDefinition

Inheritance: objectDiagramScaleDefinition

Constructors

Initializes a new instance of the DiagramScaleDefinition class.

C#
public DiagramScaleDefinition()

Properties

Gets the scale item definitions.

C#
public List<DiagramScaleItemDefinition> ItemDefinitions { get; }

Gets or sets the max zoom.

C#
public double MaxZoom { get; set; }
Property Value:

The max zoom.