Class AddRemoveStraightSegmentArgs
Represents to add or remove the intermediate segment points on StraightSegment.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class AddRemoveStraightSegmentArgs : EditSegmentArgs
Constructors
AddRemoveStraightSegmentArgs()
Intialize a new instance of AddRemoveStraightSegmentArgs class.
Declaration
public AddRemoveStraightSegmentArgs()
Properties
HitPadding
Gets or sets the range of the intersection point selection.
Declaration
public double HitPadding { get; set; }
Property Value
Type |
---|
System.Double |
Point
Gets or sets a value used as an intersection point.
Declaration
public Point Point { get; set; }
Property Value
Type |
---|
System.Windows.Point |
SegmentEditing
Gets or sets a value that defines the segment editing operation.
Declaration
public SegmentEditing SegmentEditing { get; set; }
Property Value
Type |
---|
SegmentEditing |