Intersoft ClientUI Documentation
TickFormat Property (UXTickBar)



Gets or sets the format string applied to the each tick bar item when they are generated automatically.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TickFormat As String
Dim instance As UXTickBar
Dim value As String
 
instance.TickFormat = value
 
value = instance.TickFormat
[CategoryAttribute("Common Properties")]
public string TickFormat {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ TickFormat {
   String^ get();
   void set (    String^ value);
}
Remarks

When the tickbar items are generated automatically, UXTickBar will use the value of each tickbar item as the content of the item. You can set the format string of tickbar items' content using TickFormat property. You can apply the standard numeric format string to the content of the tickbar item. For more information on standard numeric format string, see Standards Numeric Format Strings.

The following example shows how to apply one digit decimal format string to the tickbar items.

View
Copy Code
<Intersoft:UXTickBar Maximum="5" LargeChange="0.5" TickFormat="F1"/>
            

Requirements

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

See Also

Reference

UXTickBar Class
UXTickBar Members
UXTickBar

Send Feedback