Skybound Rebar

Skybound.Rebar.Rendering Namespace

The Skybound.Rebar.Rendering namespace provides classes that can render and measure rebar bands, rebar buttons and their various elements. You can use these classes when developing custom drawing routines.

Note The classes in this namespace has been designed to support unicode languages, such as Chinese and Japanese, and right-to-left layouts and text for languages that require it, such as Hebrew and Arabic.

Namespace hierarchy

Classes

Class Description
ControlRenderer Provides the base class of all rebar rendering types.
MoneyTheme Provides the appearance of Microsoft Money to Rebar controls and menus.
OfficeTheme Provides the appearance of Microsoft Office 2003 to Rebar controls and menus.
RebarBandRenderer Provides a set of methods to measure and draw rebar bands.
RebarButtonRenderer Provides a set of methods that can measure and draw rebar buttons.
RebarMenuItemRenderer Provides a set of methods that can measure and draw menu items.
RebarMenuRenderer Provides a set of methods that can measure and draw menu windows.
RebarTheme Encapsulates a group of methods which draw and measure Rebar controls and menu items using a consistent appearance.

Enumerations

Enumeration Description
TextRenderFlags Provides a set of flags which determine how text is drawn and measured by the DrawText and MeasureText methods of ControlRenderer.