Interval(Int32, Int32) Constructor
In This Article
Initializes a new instance of the Interval class with specified settings.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v24.2.dll
NuGet Package: DevExpress.Blazor.RichEdit
#Declaration
C#
public Interval(
int start,
int length
)
#Parameters
Name | Type | Description |
---|---|---|
start | Int32 | The start position. |
length | Int32 | The interval length. |
See Also