menu

WinForms

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

    Show / Hide Table of Contents

    Interface IDynamicFormat

    Provides the functionality for dynamic formatting.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IDynamicFormat

    Properties

    End

    Gets the end point of the formatting. It is not included into formatting range.

    Declaration
    CoordinatePoint End { get; }
    Property Value
    Type
    CoordinatePoint

    Format

    Gets the format which is used to draw text. Just FontColor, ForeColor and BackColor must be used.

    Declaration
    ISnippetFormat Format { get; }
    Property Value
    Type
    ISnippetFormat

    Start

    Gets the start point of the formatting.

    Declaration
    CoordinatePoint Start { get; }
    Property Value
    Type
    CoordinatePoint
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved