Class ControlPointParameter
Represent the class for thumb tool interaction.
Inheritance
System.Object
ControlPointParameter
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ControlPointParameter : Object
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 |
---|
System.Object |
Type
Gets a Type of the Editing thumb.
Declaration
public ControlPointType Type { get; }
Property Value
Type |
---|
ControlPointType |