Intersoft.Client.UI.Aqua.UXInput Namespace > UXTickBarItem Class : PointerHeight Property |
<CategoryAttribute("Common Properties")> Public Property PointerHeight As Double
Dim instance As UXTickBarItem Dim value As Double instance.PointerHeight = value value = instance.PointerHeight
[CategoryAttribute("Common Properties")] public double PointerHeight {get; set;}
[CategoryAttribute("Common Properties")] public: property double PointerHeight { double get(); void set ( double value); }
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> |
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