Class Format
Format derives from ISnippetFormat
Inheritance
System.Object
Format
Implements
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class Format : Object, ISnippetFormat
Constructors
Format(Brush, UnderlineStyle)
Constructor
Declaration
public Format(Brush color, UnderlineStyle style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Brush | color | |
UnderlineStyle | style |
Properties
LineColor
Get or Set Line color
Declaration
public Brush LineColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
UnderlineStyle
Get or Set UnderlineStyle
Declaration
public UnderlineStyle UnderlineStyle { get; set; }
Property Value
Type |
---|
UnderlineStyle |