Class ConType
ConType class
Specifies the type of behavior the x or y-coordinate of the control handle exhibits after the handle is moved.
public class ConType : ICloneable
Constructors
| Name | Description |
|---|
| ConType(ConValue) | Constructor. |
Properties
| Name | Description |
|---|
| Ufe { get; set; } | Specifies attributes of an element. |
| Value { get; set; } | Specifies the type of behavior the x or y-coordinate of the control handle exhibits after the handle is moved. |
Methods
| Name | Description |
|---|
| Clone() | Creates deep copy of this instance. |
| override Equals(object) | Are objects equal. |
| override GetHashCode() | Serves as a hash function for a particular type. |
See Also