menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PreviewSettings - API Reference

    Show / Hide Table of Contents

    Class PreviewSettings

    Represents to drag objects as an outline without affecting original object. When multiple elements are selected, outline of every selected element will be moved.

    Inheritance
    System.Object
    PreviewSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class PreviewSettings

    Constructors

    PreviewSettings()

    Initializes a new instance of the PreviewSettings class.

    Declaration
    public PreviewSettings()

    Properties

    ConnectorRefreshingSpan

    By default, Outline of the connectors connected to the dragging objects will be in disabled state. But, can able to view the outline of the connectors, by holding dragging objects for certain time span. ConnectorRefreshingSpan property of PreviewSettings allows to specify the time span and the value should be greater than 300ms.

    Declaration
    public int ConnectorRefreshingSpan { get; set; }
    Property Value
    Type Description
    System.Int32

    PreviewMode

    Gets or sets the PreviewMode of the diagramming objects.

    Declaration
    public PreviewMode PreviewMode { get; set; }
    Property Value
    Type Description
    PreviewMode

    PreviewStyle

    Gets or sets the preview style of the Nodes or Connectors.

    Declaration
    public Style PreviewStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Style
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved