menu

WPF

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

    Show / Hide Table of Contents

    Class Format

    Format derives from ISnippetFormat

    Inheritance
    System.Object
    Format
    Implements
    ISnippetFormat
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class Format : ISnippetFormat

    Constructors

    Format(Brush, UnderlineStyle)

    Constructor

    Declaration
    public Format(Brush color, UnderlineStyle style)
    Parameters
    Type Name Description
    System.Windows.Media.Brush color
    UnderlineStyle style

    Properties

    LineColor

    Get or Set Line color

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

    UnderlineStyle

    Get or Set UnderlineStyle

    Declaration
    public UnderlineStyle UnderlineStyle { get; set; }
    Property Value
    Type
    UnderlineStyle

    Implements

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