Interface IFormat
IFormat interface has the Formats of Lexems.
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public interface IFormat
Remarks
IFormat contains the formatname properties which used to access format collection properties of a lexem.
Properties
FontFamily
Declaration
FontFamily FontFamily { get; set; }
Property Value
Type |
---|
System.Windows.Media.FontFamily |
FontSize
Declaration
double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
Foreground
Declaration
Brush Foreground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
FormatName
Gets or sets the name of the format.
Declaration
string FormatName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the format. |