SplitContainer.PreviewOffsetX Property

DevZest WPF Docking

SplitContainerPreviewOffsetX Property
Gets the X-axis value of the drag preview offset. 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 double PreviewOffsetX { get; }
Public ReadOnly Property PreviewOffsetX As Double
	Get

Property Value

Type: Double
The X-axis value of the drag preview offset.
Remarks
Use SplitterTemplate, IsPreviewVisible, PreviewOffsetX and PreviewOffsetY properties to customize the splitter and drag preview. Refer to example of SplitContainer class.
See Also