alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class CodeBlockSettings

    Provides configurable style settings for codeblocks.

    Inheritance
    System.Object
    FontSettings
    CodeBlockSettings
    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 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved