Name | Description | |
---|---|---|
NControl Constructor | Overloaded. |
The following tables list the members exposed by NControl.
Name | Description | |
---|---|---|
NControl Constructor | Overloaded. |
Name | Description | |
---|---|---|
CanGlueProperty | Reference to the CanGlue property | |
NControlSchema | Schema associated with NControl | |
TooltipProperty | Reference to the Tooltip property | |
VisibleProperty | Reference to the Visible property | |
XBehaviorProperty | Reference to the X Behavior property | |
YBehaviorProperty | Reference to the Y Behavior property |
Name | Description | |
---|---|---|
CanGlue | Gets or sets whether the shape point can be glued when interactively moved by the user. | |
Tooltip | Gets or sets the tooltip (prompt) that is displayed when the user hovers over the control point. | |
Visible | Gets or sets whether this control point should be displayed. | |
XBehavior | Gets or sets the way in which the control point X expression should be modified, when the point is interactively modified. | |
YBehavior | Gets or sets the way in which the control point Y expression should be modified, when the point is interactively modified. |
Name | Description | |
---|---|---|
GlueToGeometryContour | Glues (connects) the control point to a factor location on the specified shape geometry contour. 0 is the begin of the contour, 1 is the end of the contour. | |
GlueToGeometryVertex | Glues the control point to a vertex of the specified geometry command. | |
GlueToPort | Glues the control point to the specified port. | |
GlueToShapeBox | Glues the control point to a point defined by factors in the specified shape box. | |
GlueToShapeLine | Glues the control point to a factor location along the shape line. 0 is the begin of the line, 1 is the end of the line. | |
SetLocation | Overridden. Sets the location (X, Y properties) of the control point. The location is in local coordinates. Takes into account the XBehavior and YBehavior properties to properly update the X and Y expressions. Unglues the control point prior to the expressions update. | |
Unglue | Unglues the control |