Skybound Rebar

Rebar.Theme Property

Gets or sets the theme used to draw this rebar control and its menus.

[Visual Basic]
Public Property Theme As RebarTheme
[C#]
public Rendering.RebarTheme Theme {get; set;}

Property Value

A RebarTheme object which is used do draw the rebar control and its menus.

Remarks

A theme determines the appearance of the entire control. For more information on using themes, please see 10. Using Themes in the Programmer's Guide.

See Also

Rebar Class | Skybound.Rebar Namespace | DefaultTheme