Class DiagramScaleDefinition
Represents a description of scale in the Rad
Inheritance
System.Object
DiagramScaleDefinition
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class DiagramScaleDefinition : Object
Constructors
DiagramScaleDefinition()
Initializes a new instance of the Diagram
Declaration
public DiagramScaleDefinition()
Properties
ItemDefinitions
Gets the scale item definitions.
Declaration
public List<DiagramScaleItemDefinition> ItemDefinitions { get; }
Property Value
System.
|
MaxZoom
Gets or sets the max zoom.
Declaration
public double MaxZoom { get; set; }
Property Value
System. The max zoom. |