Class ThematicSettings
Provides configurable style setting for thematic break.
Inheritance
System.Object
ThematicSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Markdown
Assembly: Syncfusion.SfMarkdownViewer.WPF.dll
Syntax
public class ThematicSettings : DependencyObject, INotifyPropertyChanged
Constructors
ThematicSettings()
Declaration
public ThematicSettings()
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 |
Methods
OnPropertyChanged(String)
Raises the PropertyChanged event for the specified property.
Declaration
protected void OnPropertyChanged(string propertyName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | propertyName | Name of the property that changed. |
Events
PropertyChanged
Event triggered when a property value changes. Used to notify the UI for data binding updates (INotifyPropertyChanged).
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged