Class CodeBlockSettings
Provides configurable style settings for codeblocks.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Markdown
Assembly: Syncfusion.SfMarkdownViewer.WPF.dll
Syntax
public class CodeBlockSettings : FontSettings, INotifyPropertyChanged
Constructors
CodeBlockSettings()
Declaration
public CodeBlockSettings()
Properties
Background
Declaration
public SolidColorBrush Background { get; set; }
Property Value
| Type |
|---|
| System.Windows.Media.SolidColorBrush |
Implements
System.ComponentModel.INotifyPropertyChanged