[]
        
(Showing Draft Content)

C1.WPF.Ribbon.C1Ribbon

C1Ribbon Class

Simplified Ribbon Toolbar

Inheritance
C1Ribbon
Namespace: C1.WPF.Ribbon
Assembly: C1.WPF.Ribbon.dll
Syntax
[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

Constructors

Name Description
C1Ribbon()

Initializes a new instance of the C1Ribbon class.

Fields

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.

Properties

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.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()