[]
Internal class. Override the style with the SplitterStyle property.
[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
| Name | Description |
|---|---|
| C1DockSplitter() | Initializes a new instance of a C1DockSplitter. |
| Name | Description |
|---|---|
| OrientationProperty | Identifies the Orientation dependency property. |
| Name | Description |
|---|---|
| Orientation | Gets or sets whether the splitter modifies columns or rows. |
| 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. |