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
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class PreviewSettings : Object
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 |
---|
System.Int32 |
Constraints
Gets or sets the PreviewConstraints value for the Constraints property of the PreviewSettings class.
Declaration
public PreviewConstraints Constraints { get; set; }
Property Value
Type |
---|
PreviewConstraints |
Remarks
This property will work only when the PreviewModeis set as Preview.
PreviewMode
Gets or sets the PreviewMode of the diagramming objects.
Declaration
public PreviewMode PreviewMode { get; set; }
Property Value
Type |
---|
PreviewMode |
PreviewStyle
Gets or sets the preview style of the Nodes or Connectors.
Declaration
public Style PreviewStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |