Skybound Rebar

RebarTheme Class

Encapsulates a group of methods which draw and measure Rebar controls and menu items using a consistent appearance.

For a list of all members of this type, see RebarTheme Members.

System.Object
   Skybound.Rebar.Rendering.RebarTheme
      Skybound.Rebar.Rendering.MoneyTheme
      Skybound.Rebar.Rendering.OfficeTheme

[Visual Basic]
MustInherit Public Class RebarTheme
[C#]
public abstract class RebarTheme

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A theme is an abstract type which provides methods to draw rebar controls, menus, and create renderers to paint their various parts.

When you inherit from RebarTheme, you should override the following methods:

Requirements

Namespace: Skybound.Rebar.Rendering

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

RebarTheme Members | Skybound.Rebar.Rendering Namespace