ToolTipsFactory

Object Model - Enumerations - TextDrawingStyle


Specifies the different styles available to render text in the ToolTipsFactory tooltips.

[Visual Basic]
Public Enum TextDrawingStyle
[C#]
public enum TextDrawingStyle 

Description

The TextDrawingStyle-enumeration provides a list of available styles to render the foreground of the font used for the tooltip-text. The available styles are listed in the members-table below. Each of this styles is described by a set of properties which provide the values for specific elements needed to render the text accordingly. This properties are listed in the "Rendering properties"-column. More information  on the different text-styles and their usage can be found in the section on the TextStyle-property and the sections on the various properties related to a specific style.

Members

Style Description Example Rendering properties
Solid The tooltip text will be painted with a solid color font. The color used for this text-style is the value assigned to the FontColor-property.

FontColor

LinearGradient The tooltip text will be painted with a linear color gradient. The range of colors to be used for the gradient are specified in the FontGradientColors-property.

FontGradientColors

FontGradientFocus

FontGradientFrequency

FontGradientMode

FontGradientShape

Texture...

(There are 12 texture-related text-styles. See FontTexture for more details)

The tooltip text will be painted with the texture assigned to the FontTexture-property.

FontTexture

Hatch A hatched text will be painted using the hatch-pattern assigned to the FontHatchStyle-property. The foreground color used to draw the hatch-pattern is the color assigned to the FontHatchColor-property, while the background color is taken from the FontColor-property.

FontColor

FontHatchColor

FontHatchStyle