Intersoft ClientUI Documentation
BottomRightTickBarStyle Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXSliderBarBase Class : BottomRightTickBarStyle Property






Gets or sets the style applied to the bottom right tick bar.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property BottomRightTickBarStyle As Style
Visual Basic (Usage)Copy Code
Dim instance As UXSliderBarBase
Dim value As Style
 
instance.BottomRightTickBarStyle = value
 
value = instance.BottomRightTickBarStyle
C# 
[CategoryAttribute("Common Properties")]
public Style BottomRightTickBarStyle {get; set;}
Delphi 
public read-write property BottomRightTickBarStyle: Style; 
JScript 
CategoryAttribute("Common Properties")
public function get,set BottomRightTickBarStyle : Style
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property Style* get_BottomRightTickBarStyle();
public: __property void set_BottomRightTickBarStyle( 
   Style* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property Style^ BottomRightTickBarStyle {
   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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.