Class HotSpotUnit
Units are used to position hot spot.
Inheritance
System.Object
HotSpotUnit
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HotSpotUnit : Enum
Fields
Fraction
Fractions of the icon size. The hot spot is inside the icon.
Declaration
public const HotSpotUnit Fraction
Field Value
InsetPixels
Offset in pixels from the upper right corner of the icon The hot spot is inside the icon.
Declaration
public const HotSpotUnit InsetPixels
Field Value
Pixels
Pixels. Distance from the hot spot location to icon. The hot spot is outside the icon.
Declaration
public const HotSpotUnit Pixels
Field Value
value__
Declaration
public int value__
Field Value
System.
|