|
| enum | ToolTipAttachPointType {
ToolTipAttachPointType.BotMiddle = 0,
ToolTipAttachPointType.TopMiddle,
ToolTipAttachPointType.RightMiddle,
ToolTipAttachPointType.LeftMiddle,
ToolTipAttachPointType.BotRightCorner,
ToolTipAttachPointType.BotLeftCorner,
ToolTipAttachPointType.TopRightCorner,
ToolTipAttachPointType.TopLeftCorner,
ToolTipAttachPointType.Center,
ToolTipAttachPointType.Closest,
ToolTipAttachPointType.ClosestMiddle,
ToolTipAttachPointType.ClosestCorner
} |
| | Used to find a pivot point that is closest to the anchor. This ensures a natural-looking attachment where the connector line meets the label. More...
|
| |
| enum | ConnectorFollowType { ConnectorFollowType.AnchorOnly = 0x0,
ConnectorFollowType.Position = 0x1,
ConnectorFollowType.YRotation = 0x2,
ConnectorFollowType.XRotation = 0x4
} |
| | How does the Tooltip track with its parent object More...
|
| |
| enum | ConnectorOrientType { ConnectorOrientType.OrientToObject = 0,
ConnectorOrientType.OrientToCamera
} |
| | how does the tooltip rotate about the connector More...
|
| |
| enum | ConnnectorPivotMode { ConnnectorPivotMode.Manual = 0,
ConnnectorPivotMode.Automatic
} |
| | how is the pivot of the tooltip determined? More...
|
| |
| enum | ConnectorPivotDirection {
ConnectorPivotDirection.Manual = 0,
ConnectorPivotDirection.North,
ConnectorPivotDirection.NorthEast,
ConnectorPivotDirection.East,
ConnectorPivotDirection.SouthEast,
ConnectorPivotDirection.South,
ConnectorPivotDirection.SouthWest,
ConnectorPivotDirection.West,
ConnectorPivotDirection.NorthWest,
ConnectorPivotDirection.InFront
} |
| | In which direction does the tooltip connector project? More...
|
| |
| enum | TipDisplayModeEnum { TipDisplayModeEnum.None = 0,
TipDisplayModeEnum.On,
TipDisplayModeEnum.OnFocus,
TipDisplayModeEnum.Off
} |
| | Enum describing the display mode of a ToolTip More...
|
| |