alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

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