SplitContainer.IsPreviewVisible Property

DevZest WPF Docking

SplitContainerIsPreviewVisible Property
Gets the value indicates whether the preview is visible. This is a dependency property.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool IsPreviewVisible { get; }
Public ReadOnly Property IsPreviewVisible As Boolean
	Get

Property Value

Type: Boolean
if drag preview is visible, otherwise, .
Remarks
Use SplitterTemplate, IsPreviewVisible, PreviewOffsetX and PreviewOffsetY properties to customize the splitter and drag preview. Refer to example of SplitContainer class.
See Also