Class CurveProperty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public class CurveProperty : IShowPropertyImpl, IShowProperty, IPropertyEntry
Constructors
| Improve this Doc View SourceCurveProperty(ICurve)
Declaration
public CurveProperty(ICurve curve)
Parameters
| Type | Name | Description |
|---|---|---|
| ICurve | curve |
Properties
| Improve this Doc View SourceContextMenu
Declaration
public override MenuWithHandler[] ContextMenu { get; }
Property Value
| Type | Description |
|---|---|
| MenuWithHandler[] |
Overrides
| Improve this Doc View SourceEntryType
Declaration
public override ShowPropertyEntryType EntryType { get; }
Property Value
| Type | Description |
|---|---|
| ShowPropertyEntryType |
Overrides
| Improve this Doc View SourceLabelText
Declaration
public override string LabelText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceLabelType
Declaration
public override ShowPropertyLabelFlags LabelType { get; }
Property Value
| Type | Description |
|---|---|
| ShowPropertyLabelFlags |
Overrides
Methods
| Improve this Doc View SourceSelected()
Overrides Selected()
Declaration
public override void Selected()
Overrides
| Improve this Doc View SourceSetSelected(Boolean)
Declaration
public void SetSelected(bool IsSelected)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | IsSelected |
Events
| Improve this Doc View SourceSelectionChangedEvent
Declaration
public event CurveProperty.SelectionChangedDelegate SelectionChangedEvent
Event Type
| Type | Description |
|---|---|
| CurveProperty.SelectionChangedDelegate |