Hotspot Class |
Namespace: Deltabit.WinForms
The Hotspot type exposes the following members.
Name | Description | |
---|---|---|
Annotation |
Gets or sets an annotation lable for the hotspot.
| |
Border |
The hotspot border.
| |
ChildHotspotsResources |
Gets or sets the value of the Guid that can be used to load a child HotImage in the hierarchy from the resources. It is the same Guid as that in the child HotImage.HotspotsResources.
Is set by the designer when a Child Hotimage is added to a hotspot
| |
Cursor |
Gets or sets the cursor that is displayed while the mouse is over the hotspot.
| |
Description |
Gets or sets a description for the hotspot.
| |
FadeTime |
Gets or sets a value which determines how long it takes in milliseconds for the fade to take place when a hotspot changes visibility and the VisibleMode is set to Fade.
| |
FillBrush |
Gets or sets a brush for painting the inside of the hotspot.
| |
FillBrushColor |
Read only gets the color of the Hotspot FillBrush
| |
FillBrushDirection |
Gets or sets the direction the gradinet brush is orientated.
| |
Hyperlink |
Gets or sets a hyperlink for the hotpot.
| |
Index |
Gets or sets the index for the hotspot from it's parent collection.
| |
Name |
Gets or sets the name of the hotspot.
| |
Parent |
Gets or sets a parent HotImage that owns the hotspot.
| |
Shape |
Gets or sets a Shape that defines the Hotspot. This can be an Ellipse, Rectangle or Polygon.
| |
Smoothing |
Gets or sets the type of smoothing when a hotspot is rendered
| |
Tag |
Gets or sets any additional object associated with a hotspot.
| |
Text |
Gets or sets the text displayed in the hotspot popup label.
| |
Visible |
Gets or sets whether the hotspot is visible or not. When this property changes it will change visibility according to the VisibleMode.
| |
VisibleMode |
Specifies the animation taking place when a hotspot changes visibility.
|
Name | Description | |
---|---|---|
Clone |
Instantiates a new hotspot, copies data from this hotspot and returns the new instance.
| |
Clone(Double, Double) |
Instantiates a new hotspot, copies data from this hotspot and rescales the hotspot, returning the new instance.
The Parent reference however remains as a reference to the original HotImage
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetChildHotImage |
Creates and returns a reference to a new HotImage from the resources saved for the child HotImage at design time.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |