Interface ISnapSettings
Represents the gridlines and defines how and when the objects have to be snapped.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface ISnapSettings : INotifyPropertyChanged
Properties
HorizontalGridlines
Gets or sets the appearance of horizontal gridlines.
Declaration
Gridlines HorizontalGridlines { get; set; }
Property Value
Type |
---|
Gridlines |
SnapAngle
Gets or sets the angle by which the object needs to be snapped.
Declaration
double SnapAngle { get; set; }
Property Value
Type |
---|
System.Double |
SnapConstraints
Gets or sets the default behavior of the snapconstraints.
Declaration
SnapConstraints SnapConstraints { get; set; }
Property Value
Type |
---|
SnapConstraints |
SnapIndicatorStyle
Gets or sets the style to snapping lines.
Declaration
Style SnapIndicatorStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |
SnapToObject
Gets or sets the snapping nodes/connectors to objects.
Declaration
SnapToObject SnapToObject { get; set; }
Property Value
Type |
---|
SnapToObject |
VerticalGridlines
Gets or sets the appearance of vertical gridlines.
Declaration
Gridlines VerticalGridlines { get; set; }
Property Value
Type |
---|
Gridlines |