[]
Simplified Ribbon Toolbar
[StyleTypedProperty(Property = "MinimizedButtonStyle", StyleTargetType = typeof(C1ToggleButton))]
[StyleTypedProperty(Property = "MinimizedIconStyle", StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = "PopupStyle", StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = "MinimizeButton", Type = typeof(C1ToggleButton))]
public class C1Ribbon : C1TabControl
| Name | Description |
|---|---|
| C1Ribbon() | Initializes a new instance of the C1Ribbon class. |
| Name | Description |
|---|---|
| IsMinimizedProperty | Identifies the IsMinimized dependency property. |
| MaximizedIconTemplateProperty | Identifies the MaximizedIconTemplate dependency property. |
| MinimizedButtonStyleProperty | Identifies the MinimizedButtonStyle dependency property. |
| MinimizedIconStyleProperty | Identifies the MinimizedIconStyle dependency property. |
| MinimizedIconTemplateProperty | Identifies the MinimizedIconTemplate dependency property. |
| PopupStyleProperty | Identifies the PopupStyle dependency property. |
| ThemeProperty | Identifies the Theme dependency property. |
| Name | Description |
|---|---|
| IsMinimized | Gets or sets whether the ribbon is minimized and show all the tools in a single line. |
| MaximizedIconTemplate | Gets or sets the maximized icon template. |
| MinimizedButtonStyle | Gets or sets the minimized button style. |
| MinimizedIconStyle | Gets or sets the minimized icon style. |
| MinimizedIconTemplate | Gets or sets the minimized icon template. |
| PopupStyle | Gets or sets the Style applied to the menu. |
| Theme | Gets or sets a ResourceDictionary object containing C1Ribbon theme resources. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnApplyTemplate() |