Search
ShapeControlPoint Members
Constructors Properties Methods
 


Represents a control point that can be used to adjust the shape of a ShapeNode. Control point positions are passed as parameters to shape formulas, whose code can alter the coordinates of the shape's graphic primitives based on the parameter values.

The following tables list the members exposed by the ShapeControlPoint type.

 Public Constructors

  Name Description

ShapeControlPoint

Initializes a new instance of the ShapeControlPoint class.

 Public Properties

  Name Description

MaxXRelativeToWidth

Gets or sets a value indicating whether the maximum horizontal position is specified relatively to the node's right side.

MaxYRelativeToHeight

Gets or sets a value indicating whether the maximum vertical position is specified relatively to the node's bottom side.

ParamName

Gets or sets the name of the formula parameter corresponding to this control point.

 Public Methods

  Name Description

Clone

Creates a copy of this control point.

 See Also