| Intersoft.Client.UI.Aqua.UXInput Namespace : UXTickBarItem Class | 

<TemplatePartAttribute(Name="PointerShapeElement", Type=System.Windows.Shapes.Rectangle)> <TemplatePartAttribute(Name="PointerTransformer", Type=Intersoft.Client.UI.Controls.ContentTransformer)> <TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)> <TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)> <TemplatePartAttribute(Name="PointerTemplateElement", Type=System.Windows.Controls.Grid)> <TemplatePartAttribute(Name="PointerElement", Type=System.Windows.Controls.Grid)> Public Class UXTickBarItem Inherits Intersoft.Client.Framework.ISContentControl Implements Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
Dim instance As UXTickBarItem
[TemplatePartAttribute(Name="PointerShapeElement", Type=System.Windows.Shapes.Rectangle)] [TemplatePartAttribute(Name="PointerTransformer", Type=Intersoft.Client.UI.Controls.ContentTransformer)] [TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)] [TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)] [TemplatePartAttribute(Name="PointerTemplateElement", Type=System.Windows.Controls.Grid)] [TemplatePartAttribute(Name="PointerElement", Type=System.Windows.Controls.Grid)] public class UXTickBarItem : Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
[TemplatePartAttribute(Name="PointerShapeElement", Type=System.Windows.Shapes.Rectangle)] [TemplatePartAttribute(Name="PointerTransformer", Type=Intersoft.Client.UI.Controls.ContentTransformer)] [TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)] [TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)] [TemplatePartAttribute(Name="PointerTemplateElement", Type=System.Windows.Controls.Grid)] [TemplatePartAttribute(Name="PointerElement", Type=System.Windows.Controls.Grid)] public ref class UXTickBarItem : public Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
Each UXTickBarItem contains a pointer element and a content element. The content of each tickbar item is not restricted to string type only. You can specify other UIElement as the content of UXTickBarItem.
| 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>  | 
        |
System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.Aqua.UXInput.UXTickBarItem
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