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; }