Intersoft ClientUI Documentation
ShowPointer Property (CallOut)



Gets or sets a value that determines whether pointer is shown.
Syntax
<CategoryAttribute("Appearance")>
Public Property ShowPointer As Boolean
Dim instance As CallOut
Dim value As Boolean
 
instance.ShowPointer = value
 
value = instance.ShowPointer
[CategoryAttribute("Appearance")]
public bool ShowPointer {get; set;}
[CategoryAttribute("Appearance")]
public:
property bool ShowPointer {
   bool get();
   void set (    bool value);
}
Remarks

One of the most unique features in CallOut control is the ability to easily customize the pointer shape.

ShowPointer determines whether the pointer is visible or not.

XAML
Copy Code
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center"
    Orientation="Horizontal">
    <Intersoft:CallOut Margin="4" ShowPointer="False" Width="128" Height="128"/>
    <Intersoft:CallOut Margin="4" Width="128" Height="128"/>
</StackPanel>

Requirements

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

See Also

Reference

CallOut Class
CallOut Members

Send Feedback