alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PreviewConstraints

    Specifies to enable or disable the Preview for Nodes and connectors.

    Inheritance
    System.Object
    PreviewConstraints
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public sealed class PreviewConstraints : Enum

    Fields

    Connector

    Enable the preview effect for the Connector alone

    Declaration
    public const PreviewConstraints Connector
    Field Value
    Type
    PreviewConstraints

    Default

    Enables the preview effect for the Node and Connector.

    Declaration
    public const PreviewConstraints Default
    Field Value
    Type
    PreviewConstraints

    Node

    Enable the preview for the Node alone

    Declaration
    public const PreviewConstraints Node
    Field Value
    Type
    PreviewConstraints
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved