Class MarkersGenerationInfo
Inheritance
System.Object
MarkersGenerationInfo
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class MarkersGenerationInfo : Object
Constructors
MarkersGenerationInfo(Double, Int32, Int32, Int32)
Declaration
public MarkersGenerationInfo(double increment, int smallMarker, int bigMarker, int numberMarker)
Parameters
System.Double
increment
|
System.Int32
smallMarker
|
System.Int32
bigMarker
|
System.Int32
numberMarker
|
Properties
BigMarker
Declaration
public int BigMarker { get; }
Property Value
System.Int32
|
Increment
Declaration
public double Increment { get; }
Property Value
System.Double
|
NumberMarker
Declaration
public int NumberMarker { get; }
Property Value
System.Int32
|
SmallMarker
Declaration
public int SmallMarker { get; }
Property Value
System.Int32
|