menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct AdditionalFormatting - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved