Intersoft.Client.UI.Aqua Namespace > UXCallOut Class : PreferredPosition Property |
<CategoryAttribute("Common Properties")> Public Property PreferredPosition As PopupPosition
Dim instance As UXCallOut Dim value As PopupPosition instance.PreferredPosition = value value = instance.PreferredPosition
[CategoryAttribute("Common Properties")] public PopupPosition PreferredPosition {get; set;}
[CategoryAttribute("Common Properties")] public: property PopupPosition PreferredPosition { PopupPosition get(); void set ( PopupPosition value); }
You can position the UXCallOut to one of the supported mode through the PreferredPosition property. It is best practice to use either Top, Left, Right or Bottom position to take advantage of the callout pointer feature. Otherwise, the callout pointer will not be enabled.
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