[]
        
(Showing Draft Content)

C1.WPF.Ribbon.C1ToolSeparator

C1ToolSeparator Class

This class is used to separate tools in C1Ribbon or C1ToolStrip.

Inheritance
C1ToolSeparator
Namespace: C1.WPF.Ribbon
Assembly: C1.WPF.Ribbon.dll
Syntax
[TemplateVisualState(Name = "Horizontal", GroupName = "OrientationStates")]
[TemplateVisualState(Name = "Vertical", GroupName = "OrientationStates")]
public class C1ToolSeparator : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
C1ToolSeparator()

Initializes a new instance of the C1ToolSeparator class.

Fields

Name Description
OrientationProperty

Identifies the Orientation dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

Orientation

Gets or sets the orientation of the separator.

Methods

Name Description
ChangeVisualStateOrientation(bool)

Updates the current visual state of the Orientation visual state group to match the object's properties.

Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1ToolSeparator class.

OnApplyTemplate()