[]
        
(Showing Draft Content)

C1.WPF.Docking.C1DockSplitter

C1DockSplitter Class

Internal class. Override the style with the SplitterStyle property.

Inheritance
C1DockSplitter
Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.dll
Syntax
[TemplatePart(Name = "Root", Type = typeof(FrameworkElement))]
[TemplateVisualState(Name = "Horizontal", GroupName = "OrientationStates")]
[TemplateVisualState(Name = "Vertical", GroupName = "OrientationStates")]
public class C1DockSplitter : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
C1DockSplitter()

Initializes a new instance of the C1DockSplitter class.

Fields

Name Description
OrientationProperty

Identifies the Orientation dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

Orientation

Gets or sets whether the splitter modifies columns or rows.

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 C1DockSplitter class.

OnApplyTemplate()