alexa
menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MermaidSettings

    Provides configurable style settings for lists.

    Inheritance
    System.Object
    MermaidSettings
    Namespace: Syncfusion.UI.Xaml.Markdown
    Assembly: Syncfusion.MarkdownViewer.WinUI.dll
    Syntax
    public class MermaidSettings : DependencyObject

    Constructors

    MermaidSettings()

    Declaration
    public MermaidSettings()

    Fields

    BackgroundProperty

    Identifies the Background dependency property.

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty

    Properties

    Background

    Gets or sets the background for mermaid.

    Declaration
    public SolidColorBrush Background { get; set; }
    Property Value
    Type
    Microsoft.UI.Xaml.Media.SolidColorBrush
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved