[]
Creates a set of appearance settings, for various tips in the interface, with default values.
public TipAppearance()
Public Sub New()
Creates a set of appearance settings, for various tips in the interface, with the specified values.
public TipAppearance(Color backColor, Color foreColor, Font font)
Public Sub New(backColor As Color, foreColor As Color, font As Font)
Type | Name | Description |
---|---|---|
Color | backColor | |
Color | foreColor | |
Font | font |