menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddRemoveStraightSegmentArgs - API Reference

    Show / Hide Table of Contents

    Class AddRemoveStraightSegmentArgs

    Represents to add or remove the intermediate segment points on StraightSegment.

    Inheritance
    System.Object
    EditSegmentArgs
    AddRemoveStraightSegmentArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Double

    Point

    Gets or sets a value used as an intersection point.

    Declaration
    public Point Point { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    SegmentEditing

    Gets or sets a value that defines the segment editing operation.

    Declaration
    public SegmentEditing SegmentEditing { get; set; }
    Property Value
    Type Description
    SegmentEditing
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved