| Visual Basic (Declaration) | |
|---|---|
Public Property PointingPosition As PointingPosition | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebCallOut Dim value As PointingPosition instance.PointingPosition = value value = instance.PointingPosition | |
| C# | |
|---|---|
public PointingPosition PointingPosition {get; set;} | |
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2