SplitContainer.PreviewOffsetY Property

DevZest WPF Docking

SplitContainerPreviewOffsetY Property
Gets the Y-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 PreviewOffsetY { get; }
Public ReadOnly Property PreviewOffsetY As Double
	Get

Property Value

Type: Double
The Y-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