Interface ISnippetFormat
Provides the interface that contains format which is used for rendering utility object. It holds settings needed for proper rendering one or more snippets on user screen.
Assembly: Syncfusion.Edit.Windows.dll
public interface ISnippetFormat : IBackgroundFormat
Properties
Gets or sets the border color of line.
Declaration
Color BorderColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Gets or sets the style of border.
Declaration
FrameBorderStyle BorderStyle { get; set; }
Property Value
Gets or sets the border weight of line.
Declaration
BorderWeight BorderWeight { get; set; }
Property Value
Gets or sets the font which must be used for rendering.
Declaration
Property Value
Gets or sets the font color of snippet text.
Declaration
Color FontColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Gets or sets the color of line.
Declaration
Color LineColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Gets the unique name for the format.
Declaration
Property Value
Gets the text striking out.
Declaration
Property Value
Gets or sets the underline style of snippet text.
Declaration
UnderlineStyle UnderlineStyle { get; set; }
Property Value
Gets or sets the underline weight of snippet text.
Declaration
UnderlineWeight UnderlineWeight { get; set; }
Property Value
Gets a value indicating whether the custom control should be used instead of rendering text.
Declaration
bool UseCustomControl { get; }
Property Value
Gets a value indicating whether hatch style settings should be applied on background filling or background should be solid.
Declaration
bool UseHatchFill { get; }
Property Value
Methods
Declaration
void add_OnCustomDraw(CustomSnippetDrawEventHandler value)
Parameters
Declaration
void remove_OnCustomDraw(CustomSnippetDrawEventHandler value)
Parameters
Events
Raised by renderer when paint works started.
user
Declaration
event CustomSnippetDrawEventHandler OnCustomDraw
Event Type