Intersoft.Client.UI.Controls Namespace > CallOut Class : ShowPointer Property |
<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); }
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> |
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