Interface IDynamicFormat
Provides the functionality for dynamic formatting.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface IDynamicFormat
Properties
End
Gets the end point of the formatting. It is not included into formatting range.
Declaration
CoordinatePoint End { get; }
Property Value
Type |
---|
CoordinatePoint |
Format
Gets the format which is used to draw text. Just FontColor, ForeColor and BackColor must be used.
Declaration
ISnippetFormat Format { get; }
Property Value
Type |
---|
ISnippetFormat |
Start
Gets the start point of the formatting.
Declaration
CoordinatePoint Start { get; }
Property Value
Type |
---|
CoordinatePoint |