Version

Style Class

Class implementing CSS style attributes and functionality for the UltraWebToolbar element.
Syntax
Remarks

This class extends Infragistics.WebUI.Shared.Style, which itself extends the base ASP.NET Framework Style class. These extensions add support for text alignment, and properties providing developers with finely tuned control over the padding between, margins within, and per-edge border characteristics of Toolbar items.

Developers creating dynamic instances of Style should fully-qualify the type with the Infragistics.WebUI.UltraWebToolbar namespace. In many cases, applications will import the System.Web.UI.WebControls namespace (which includes the base Style class), and the presence of both types can lead to a naming conflict.

The DefaultStyle, SelectedStyle, and HoverStyle properties cannot accept instances of the base class, System.Web.UI.WebControls.Style, and will instead produce a CS0029 or BC30311 compilation error on any such assignment. This error can be corrected by fully-qualifying the type name to be Infragistics.WebUI.WebSchedule.UltraWebToolbar.Style.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also