alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class BlockQuoteSettings

    Provides configurable style setting for thematic break.

    Inheritance
    System.Object
    FontSettings
    BlockQuoteSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    FontSettings.FontDecoration
    FontSettings.FontDecorationProperty
    FontSettings.FontSize
    FontSettings.FontSizeProperty
    FontSettings.FontStyle
    FontSettings.FontStyleProperty
    FontSettings.FontWeight
    FontSettings.FontWeightProperty
    FontSettings.Foreground
    FontSettings.OnPropertyChanged(String)
    FontSettings.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Markdown
    Assembly: Syncfusion.SfMarkdownViewer.WPF.dll
    Syntax
    public class BlockQuoteSettings : FontSettings, INotifyPropertyChanged

    Constructors

    BlockQuoteSettings()

    Declaration
    public BlockQuoteSettings()

    Fields

    BorderThicknessProperty

    Identifies the BorderThickness dependency property.

    Declaration
    public static readonly DependencyProperty BorderThicknessProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    BorderBrush

    Gets or sets the border brush for thematic breaks.

    Declaration
    public SolidColorBrush BorderBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.SolidColorBrush

    BorderThickness

    Gets or sets the border thickness for thematic breaks.

    Declaration
    public Thickness BorderThickness { get; set; }
    Property Value
    Type
    System.Windows.Thickness

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved