Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property ScrollViewer As ScrollViewer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageViewer Dim value As ScrollViewer value = instance.ScrollViewer |
C# | |
---|---|
public ScrollViewer ScrollViewer {get;} |
C++/CLI | |
---|---|
public: property ScrollViewer^ ScrollViewer { ScrollViewer^ get(); } |
Property Value
The ScrollViewer control that forms part of this control.For C#/VB examples, refer to ImageViewer.ScrollChanged.
For C#/VB examples, refer to ImageViewer.ScrollChanged.
Use this property to get the ScrollViewer control that forms part of this control. You can use this control to subscribe to events, add content and perform various custom operations on it.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family