RulerScaleItem
Class
Represents the data model for item in the RadDiagramRuler.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public class RulerScaleItem : IEquatable<RulerScaleItem>
Inheritance: objectRulerScaleItem
Implements:
Methods
Indicates whether the current object is equal to another object of the same type.
C#
public bool Equals(RulerScaleItem other)
An object to compare with this object.
Returns:True if the current object is equal to the other parameter; otherwise, false.
Implements:
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides: