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 |