Class ShowPropertyHotSpot
Inheritance
System.Object
ShowPropertyHotSpot
Implements
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 ShowPropertyHotSpot : IHotSpot
Constructors
| Improve this Doc View SourceShowPropertyHotSpot(IPropertyEntry, IFrame)
Declaration
public ShowPropertyHotSpot(IPropertyEntry showProperty, IFrame frame)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyEntry | showProperty | |
| IFrame | frame |
Properties
| Improve this Doc View SourceHidden
Declaration
public bool Hidden { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Position
Declaration
public GeoPoint Position { get; set; }
Property Value
| Type | Description |
|---|---|
| GeoPoint |
ResourceId
Declaration
public string ResourceId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceGetHotspotPosition()
Implements GetHotspotPosition()
Declaration
public GeoPoint GetHotspotPosition()
Returns
| Type | Description |
|---|---|
| GeoPoint |
GetInfoText(InfoLevelMode)
Declaration
public string GetInfoText(InfoLevelMode Level)
Parameters
| Type | Name | Description |
|---|---|---|
| InfoLevelMode | Level |
Returns
| Type | Description |
|---|---|
| System.String |
StartDrag(IFrame)
Implements
Declaration
public void StartDrag(IFrame frame)
Parameters
| Type | Name | Description |
|---|---|---|
| IFrame | frame |
Events
| Improve this Doc View SourcePositionChangedEvent
Declaration
public event ShowPropertyHotSpot.PositionChangedDelegate PositionChangedEvent
Event Type
| Type | Description |
|---|---|
| ShowPropertyHotSpot.PositionChangedDelegate |
Explicit Interface Implementations
| Improve this Doc View SourceIHotSpot.ContextMenu
Declaration
MenuWithHandler[] IHotSpot.ContextMenu { get; }
Returns
| Type | Description |
|---|---|
| MenuWithHandler[] |