Class CodeBlockSettings
Provides configurable style settings for codeblocks.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Markdown
Assembly: Syncfusion.MarkdownViewer.WinUI.dll
Syntax
public class CodeBlockSettings : FontSettings
Constructors
CodeBlockSettings()
Declaration
public CodeBlockSettings()
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 codeblocks.
Declaration
public SolidColorBrush Background { get; set; }
Property Value
| Type |
|---|
| Microsoft.UI.Xaml.Media.SolidColorBrush |