WebCallOut introduces several pointing position, such as:
- AutoDetect
WebCallOut will adjust the pointing position base on the control position that is specified in TargetControlId's, PreferrableVerticalPosition, and PreferrableHorizontalPosition properties.
- PointingTopLeft
WebCallOut will appear on the TopLeft of control specified in TargetControlId.
- PointingTopRight
WebCallOut will appear on the TopRight of control specified in TargetControlId.
- PointingBottomLeft
WebCallOut will appear on the BottomLeft of control specified in TargetControlId.
- PointingBottomRight
WebCallOut will appear on the BottomRight of control specified in TargetControlId.
Except AutoDetect, the others options will not depend on PreferredVerticalPosition and PreferredHorizontalPosition properties.