Visual Basic (Declaration) | |
---|---|
Public Property ScrollBarStyle As TiledImageViewerScrollBarStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TiledImageViewerScrollBarStyle ScrollBarStyle {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property TiledImageViewerScrollBarStyle get_ScrollBarStyle(); public: __property void set_ScrollBarStyle( TiledImageViewerScrollBarStyle value ); |
C++/CLI | |
---|---|
public: property TiledImageViewerScrollBarStyle ScrollBarStyle { TiledImageViewerScrollBarStyle get(); void set (TiledImageViewerScrollBarStyle value); } |
Return Value
The scroll bars style.The deault value is TiledImageViewerScrollBarStyle.Xp.
Refer to the tutorial, Using TiledImageViewer control on client side.
If the user set the value of the property to TiledImageViewerScrollBarStyle.CustomClassic or TiledImageViewerScrollBarStyle.CustomXp, he should store the scroll bar resources in the path specified in ResourcesPath property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family