Search Results: "wiki/RecentlyCommented" property

dxLinearGauge tooltip font

Reference
Specifies tooltips' font properties.

color Specifies font color. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address family Specifies font family. For details on acceptable values, refer to the Font family article. opacity Specifies font opacity. This property accepts a value from 0 to 1, where 0 makes the text

dxLinearGauge valueIndicator text font

Reference
Specifies font properties for the text displayed by the indicator.

color Specifies font color. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address family Specifies font family. For details on acceptable values, refer to the Font family article. opacity Specifies font opacity. This property accepts a value from 0 to 1, where 0 makes the text

dxLinearGauge RangeBar text font

Reference
Specifies font properties for the text displayed by the indicator.

color Specifies font color. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address family Specifies font family. For details on acceptable values, refer to the Font family article. opacity Specifies font opacity. This property accepts a value from 0 to 1, where 0 makes the text

dxLinearGauge TextCloud text font

Reference
Specifies font properties for the text displayed by the indicator.

color Specifies font color. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address family Specifies font family. For details on acceptable values, refer to the Font family article. opacity Specifies font opacity. This property accepts a value from 0 to 1, where 0 makes the text

dxMenu showFirstSubmenuMode

Reference
Specifies properties for showing and hiding the first level submenu.

If you assign a string that specifies the mode name to this property, the UI component will use the default delay value. JavaScript showFirstSubmenuMode: "onHover" View Demo delay Specifies the delay in submenu showing and hiding. Passing a number to this property is the same as passing an object whose show and hide fields hold equal values. For example, the following