Struct AdditionalFormatting
Defines a structure that provides information about one dynamic formatting.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public struct AdditionalFormatting
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 |