menu

WinForms

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

    Show / Hide Table of Contents

    Struct AdditionalFormatting

    Defines a structure that provides information about one dynamic formatting.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    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 Description
    System.Int32

    Format

    Gets the format, that will be applied to the range.

    Declaration
    public ISnippetFormat Format
    Field Value
    Type Description
    ISnippetFormat

    StartLetterIndex

    Gets the index of the first letter in formatted range.

    Declaration
    public int StartLetterIndex
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved