Show / Hide Table of Contents

Property IsPreviewVisible

| Improve this Doc View Source

IsPreviewVisible

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

Declaration
public bool IsPreviewVisible { get; }
Property Value
Type Description
System.Boolean

true if drag preview is visible, otherwise, false.

Remarks

Use SplitterTemplate, IsPreviewVisible, PreviewOffsetX and PreviewOffsetY properties to customize the splitter and drag preview. Refer to example of SplitContainer class.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest