![]() DefaultTheme | Gets the instance of RebarTheme which renders using the theme assigned by SetDefault. |
![]() GetDefault | Gets the RebarTheme assigned using SetDefault. |
![]() SetDefault | Sets the RebarTheme used to render ContextMenu and Rebar controls whose theme is set to DefaultTheme. |
![]() DefaultThemeChanged | Occurs when the default theme is changed. |
![]() OnDefaultThemeChanged | Raises the DefaultThemeChanged event. |
CreateBandRenderer | Creates a new RebarBandRenderer object which renders bands using the current theme. |
CreateButtonRenderer | Creates a new RebarButtonRenderer object which renders buttons using the current theme. |
CreateMenuItemRenderer | Overloaded. Creates a new RebarMenuItemRenderer object which renders menu items using the current theme. |
CreateMenuRenderer | Creates a new RebarMenuRenderer object which renders menus using the current theme. |
DrawRebarBackground | Draws the background of a Rebar control onto the specified Graphics surface. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetBordersVisible | Gets a value that indicates whether 3D borders should be displayed between bands on the specified Rebar control. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
RebarTheme Constructor
|
Initializes a new instance of a RebarTheme. |
IsReadOnly | Gets or sets a value that indicates whether the color properties of this scheme may only be read. |
AssertNotReadOnly | Throws an exception if IsReadOnly property is true. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
RebarTheme Class | Skybound.Rebar.Rendering Namespace