DataRepeater.AutoScrollMinSize, propriété
Espace de noms : Microsoft.VisualBasic.PowerPacks
Assembly : Microsoft.VisualBasic.PowerPacks.Vs (dans Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Property AutoScrollMinSize As Size
[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)
Valeur de propriété
Type : System.Drawing.Size
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.