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