Intersoft ClientUI Documentation
PointerHeight Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXTickBarItem Class : PointerHeight Property






Gets or sets the height of pointer element.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property PointerHeight As Double
Visual Basic (Usage)Copy Code
Dim instance As UXTickBarItem
Dim value As Double
 
instance.PointerHeight = value
 
value = instance.PointerHeight
C# 
[CategoryAttribute("Common Properties")]
public double PointerHeight {get; set;}
Delphi 
public read-write property PointerHeight: Double; 
JScript 
CategoryAttribute("Common Properties")
public function get,set PointerHeight : double
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property double get_PointerHeight();
public: __property void set_PointerHeight( 
   double value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property double PointerHeight {
   double get();
   void set (    double value);
}

Remarks

By default, the width and height of the pointer element is 1 pixel and 5 pixel respectively. You can simply customize the size of the pointer element using PointerWidth and PointerHeight properties.

View Copy Code
<StackPanel Width="400" VerticalAlignment="Center">
    <Intersoft:UXTickBarItem Content="Item 1" PointerWidth="5" PointerHeight="10" />
    <Intersoft:UXTickBarItem Content="Item 2" PointerPosition="Left"/>
    <Intersoft:UXTickBarItem Content="Item 3" PointerPosition="Right"/>
    <Intersoft:UXTickBarItem Content="Item 4" PointerPosition="Top"/>
    <Intersoft:UXTickBarItem Content="Item 5" PointerPosition="Bottom"/>
</StackPanel>
            

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.