Enum MinimapOptions
Defines options for IMinimap
appearance.
public enum MinimapOptions
Fields
DrawBorder = 4
Specifies that a border around the minimap should be drawn.
DrawCurrentFrame = 1
Specifies that a rectangle around the current frame should be drawn.
DrawCurrentFrameOnMouseHover = 2
Specifies that a rectangle around the current frame should be drawn when the mouse hovers over the minimap area.
None = 0
Specifies no options.
ShowHint = 8
Specifies that hint should be displayed when the mouse is over the minimap area.