menu

UWP

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

    Show / Hide Table of Contents

    Class AddRemoveStraightSegmentArgs

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

    Inheritance
    System.Object
    EditSegmentArgs
    AddRemoveStraightSegmentArgs
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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
    Windows.Foundation.Point

    SegmentEditing

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

    Declaration
    public SegmentEditing SegmentEditing { get; set; }
    Property Value
    Type
    SegmentEditing

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved