Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property AutoScrollMinSize As Size
Get
Set
[BrowsableAttribute(false)]
public Size AutoScrollMinSize { get; set; }
[BrowsableAttribute(false)]
public:
property Size AutoScrollMinSize {
Size get ();
void set (Size value);
}
[<BrowsableAttribute(false)>]
member AutoScrollMinSize : Size with get, set
function get AutoScrollMinSize () : Size
function set AutoScrollMinSize (value : Size)
Property Value
Type: System.Drawing.Size
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.