alexa
menu

WinUI

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

    Show / Hide Table of Contents

    Class ThematicSettings

    Provides configurable style setting for thematic break.

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

    Constructors

    ThematicSettings()

    Declaration
    public ThematicSettings()

    Fields

    BorderBrushProperty

    Identifies the BorderBrush dependency property.

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

    BorderThicknessProperty

    Identifies the BorderThickness dependency property.

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

    Properties

    BorderBrush

    Gets or sets the border brush for thematic breaks.

    Declaration
    public SolidColorBrush BorderBrush { get; set; }
    Property Value
    Type
    Microsoft.UI.Xaml.Media.SolidColorBrush

    BorderThickness

    Gets or sets the border thickness for thematic breaks.

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