SDG Toolkit

Mouse.TextFont Property

Gets or sets the font of the text caption for this cursor.

public System.Drawing.Font TextFont {get; set;}

Remarks

This command allows the programmer to change the font type and size of the text caption.

Example

C# Eg., sdgManager1.Mice[0].TextFont = new Font("Times New Roman", 12);

See Also

Mouse Class | Sdgt Namespace