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