Intersoft ClientUI Documentation
TopLeftTickBarStyle Property



Gets or sets the style applied to the top left tick bar.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TopLeftTickBarStyle As Style
Dim instance As UXSliderBarBase
Dim value As Style
 
instance.TopLeftTickBarStyle = value
 
value = instance.TopLeftTickBarStyle
[CategoryAttribute("Common Properties")]
public Style TopLeftTickBarStyle {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Style^ TopLeftTickBarStyle {
   Style^ get();
   void set (    Style^ value);
}
Remarks

By default the tickbar items are generated automatically. Howewer, you can specify custom tickbar item collection using BottomRightTickBarStyle and TopLeftTickBarStyle properties.

BottomRightTickBarStyle will be applied to bottom UXTickBar in horizontal UXSliderBar or to the right UXTickBar in vertical UXSliderBar. TopLeftTickBarStyle property will be applied to top UXTickBar in horizontal UXSliderBar or to the left UXTickBar in vertical UXSliderBar.

To learn more about using custom tickbar item in UXSliderBar, see How-to: Use Custom TickBar Item in UXSliderBar. To learn more about using custom tickbar item in UXRangeSliderBar, see How-to: Use Custom Tick Bar Item in UXRangeSliderBar.

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

UXSliderBarBase Class
UXSliderBarBase Members

Send Feedback