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 |