Class TableSettings
Provides configurable style settings for tables.
Inheritance
System.Object
TableSettings
Namespace: Syncfusion.UI.Xaml.Markdown
Assembly: Syncfusion.MarkdownViewer.WinUI.dll
Syntax
public class TableSettings : DependencyObject
Constructors
TableSettings()
Initializes a new instance of the TableSettings class.
Declaration
public TableSettings()
Fields
BackgroundProperty
Identifies the Background dependency property.
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
| Type |
|---|
| Microsoft.UI.Xaml.DependencyProperty |
BorderBrushProperty
Identifies the BorderBrush dependency property.
Declaration
public static readonly DependencyProperty BorderBrushProperty
Field Value
| Type |
|---|
| Microsoft.UI.Xaml.DependencyProperty |
ContentStyleProperty
Identifies the ContentStyle dependency property.
Declaration
public static readonly DependencyProperty ContentStyleProperty
Field Value
| Type |
|---|
| Microsoft.UI.Xaml.DependencyProperty |
HeaderStyleProperty
Identifies the HeaderStyle dependency property.
Declaration
public static readonly DependencyProperty HeaderStyleProperty
Field Value
| Type |
|---|
| Microsoft.UI.Xaml.DependencyProperty |
Properties
Background
Gets or sets the background for table.
Declaration
public SolidColorBrush Background { get; set; }
Property Value
| Type |
|---|
| Microsoft.UI.Xaml.Media.SolidColorBrush |
BorderBrush
Gets or sets the border brush for table.
Declaration
public SolidColorBrush BorderBrush { get; set; }
Property Value
| Type |
|---|
| Microsoft.UI.Xaml.Media.SolidColorBrush |
ContentStyle
Gets or sets the font proprties for table content.
Declaration
public FontSettings ContentStyle { get; set; }
Property Value
| Type |
|---|
| FontSettings |
HeaderStyle
Gets or sets the font proprties for table header.
Declaration
public HeaderSettings HeaderStyle { get; set; }
Property Value
| Type |
|---|
| HeaderSettings |