Show / Hide Table of Contents

Class DoubleHotSpot

Implements a hotspot IHotSpot to manipulate a length via a length property

Inheritance
System.Object
DoubleHotSpot
Implements
IHotSpot
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 DoubleHotSpot : IHotSpot

Constructors

| Improve this Doc View Source

DoubleHotSpot(DoubleProperty)

Constructs a hotspot to manipulate a double property

Declaration
public DoubleHotSpot(DoubleProperty doubleProperty)
Parameters
Type Name Description
DoubleProperty doubleProperty

the property to be manipulated

Fields

| Improve this Doc View Source

Position

Declaration
public GeoPoint Position
Field Value
Type Description
GeoPoint

Properties

| Improve this Doc View Source

ContextMenu

Declaration
public MenuWithHandler[] ContextMenu { get; }
Property Value
Type Description
MenuWithHandler[]
| Improve this Doc View Source

Hidden

Declaration
public bool Hidden { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSelected

Declaration
public bool IsSelected { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ResourceId

Declaration
public string ResourceId { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetHotspotPosition()

Implements GetHotspotPosition()

Declaration
public GeoPoint GetHotspotPosition()
Returns
Type Description
GeoPoint
| Improve this Doc View Source

GetInfoText(InfoLevelMode)

Declaration
public string GetInfoText(InfoLevelMode Level)
Parameters
Type Name Description
InfoLevelMode Level
Returns
Type Description
System.String
| Improve this Doc View Source

StartDrag(IFrame)

Implements StartDrag(IFrame)

Declaration
public void StartDrag(IFrame frame)
Parameters
Type Name Description
IFrame frame

Implements

IHotSpot
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX