Intersoft.Client.UI.Controls Namespace > CallOut Class : PointerOffset Property |
<CategoryAttribute("Appearance")> Public Property PointerOffset As Double
Dim instance As CallOut Dim value As Double instance.PointerOffset = value value = instance.PointerOffset
[CategoryAttribute("Appearance")] public double PointerOffset {get; set;}
[CategoryAttribute("Appearance")] public: property double PointerOffset { double get(); void set ( double value); }
One of the most unique features in CallOut control is the ability to easily customize the pointer shape.
PointerOffset determines the offset position from its default positioning (at center of the CallOut).
XAML |
Copy Code
|
---|---|
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Horizontal"> <Intersoft:CallOut Margin="4" Width="128" Height="128" PointerOffset="20"/> <Intersoft:CallOut Margin="4" Width="128" Height="128" PointerPosition="Left" PointerOffset="20"/> <Intersoft:CallOut Margin="4" Width="128" Height="128" PointerPosition="Top" PointerOffset="20"/> <Intersoft:CallOut Margin="4" Width="128" Height="128" PointerPosition="Right" PointerOffset="20"/> </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