Class AdditionalFormatting
Defines a structure that provides information about one dynamic formatting.
Inheritance
System.Object
AdditionalFormatting
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class AdditionalFormatting : ValueType
Fields
EndLetterIndex
Gets the index of the last letter in formatted range.
Declaration
public int EndLetterIndex
Field Value
| Type |
|---|
| System.Int32 |
Format
Gets the format, that will be applied to the range.
Declaration
public ISnippetFormat Format
Field Value
| Type |
|---|
| ISnippetFormat |
StartLetterIndex
Gets the index of the first letter in formatted range.
Declaration
public int StartLetterIndex
Field Value
| Type |
|---|
| System.Int32 |