alexa

    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