menu

WPF

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

    Show / Hide Table of Contents

    Interface IFormat

    IFormat interface has the Formats of Lexems.

    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public interface IFormat
    Remarks

    IFormat contains the formatname properties which used to access format collection properties of a lexem.

    Properties

    FontFamily

    Declaration
    FontFamily FontFamily { get; set; }
    Property Value
    Type
    System.Windows.Media.FontFamily

    FontSize

    Declaration
    double FontSize { get; set; }
    Property Value
    Type
    System.Double

    Foreground

    Declaration
    Brush Foreground { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    FormatName

    Gets or sets the name of the format.

    Declaration
    string FormatName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the format.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved