Class PreviewMode
Specifies the preview mode of the diagramming objects.
Inheritance
System.Object
PreviewMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class PreviewMode : Enum
Fields
Original
Specifies to drag as a original element.
Declaration
public const PreviewMode Original
Field Value
Type |
---|
PreviewMode |
Preview
Drag objects as an outline of the diagram element without affecting original object. When multiple elements are selected, outline of every selected element will be moved.
Declaration
public const PreviewMode Preview
Field Value
Type |
---|
PreviewMode |