menu

WPF

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

    Show / Hide Table of Contents

    Interface ISnippetFormat

    Interface for linecolor and Underlinestyle

    Namespace: Syncfusion.Windows.Edit.Interfaces
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public interface ISnippetFormat

    Properties

    LineColor

    Gets or Sets the LineColor

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

    UnderlineStyle

    Gets or sets the UnderlineStyle

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