Gets the minimum size of the auto-scroll.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property AutoScrollMinSize As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImageViewer
Dim value As Size
value = instance.AutoScrollMinSize
|
C# | |
---|
public virtual Size AutoScrollMinSize {get;} |
C++/CLI | |
---|
public:
virtual property Size AutoScrollMinSize {
Size get();
} |
Return Value
A
Size object that represents the minimum height and width of the scrollbars in pixels.
Remarks
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also