Class DiagramScaleItemType
Represents the type of RadDiagramRuler tick item.
Inheritance
System.Object
DiagramScaleItemType
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public sealed class DiagramScaleItemType : Enum
Fields
Custom
Represents custom tick.
Declaration
public const DiagramScaleItemType Custom
Field Value
DiagramScaleItemType
|
Label
Represents a label.
Declaration
public const DiagramScaleItemType Label
Field Value
DiagramScaleItemType
|
LargeTick
Represents large tick.
Declaration
public const DiagramScaleItemType LargeTick
Field Value
DiagramScaleItemType
|
MediumTick
Represents medium tick.
Declaration
public const DiagramScaleItemType MediumTick
Field Value
DiagramScaleItemType
|
SmallTick
Represents small tick.
Declaration
public const DiagramScaleItemType SmallTick
Field Value
DiagramScaleItemType
|
Undefined
Represents undefined tick or label.
Declaration
public const DiagramScaleItemType Undefined
Field Value
DiagramScaleItemType
|
value__
Declaration
public int value__
Field Value
System.Int32
|
XSmallTick
Represents x-small tick.
Declaration
public const DiagramScaleItemType XSmallTick
Field Value
DiagramScaleItemType
|