WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ControlPointParameter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ControlPointParameter

    Represent the class for thumb tool interaction.

    Inheritance
    System.Object
    ControlPointParameter
    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 ControlPointParameter

    Constructors

    ControlPointParameter()

    Initializes a new instance of the ControlPointParameter class.

    Declaration
    public ControlPointParameter()

    Properties

    ControlPoint

    Gets or sets a value as ValidateResize class.

    Declaration
    public object ControlPoint { get; set; }
    Property Value
    Type Description
    System.Object

    Type

    Gets a Type of the Editing thumb.

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