[]
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, IDisposable
| Name | Description |
|---|---|
| C1DockSplitter() | Initializes a new instance of the C1DockSplitter class. |
| Name | Description |
|---|---|
| OrientationProperty | Identifies the Orientation dependency property. |
| Name | Description |
|---|---|
| IsDisposed | Gets whether this instance is disposed. |
| 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. |
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1DockSplitter class. |
| OnApplyTemplate() |