[]
        
(Showing Draft Content)

C1.WPF.Docking.C1DockSplitter

C1DockSplitter Class

Internal class. Override the style with the SplitterStyle property.

Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.4.6.2.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

Constructors

Name Description
C1DockSplitter()

Initializes a new instance of a C1DockSplitter.

Fields

Name Description
OrientationProperty

Identifies the Orientation dependency property.

Properties

Name Description
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.

OnApplyTemplate()

Builds the visual tree for the C1DockSplitter control when a new template is applied.