AppInitStringBase.MinimumSize Property

Gets or sets the minimum size for the application.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As AppInitStringBase
Dim value As Size

value = instance.MinimumSize

instance.MinimumSize = value

Syntax

'Declaration
<DisplayNameAttribute("Minimum Size")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("Common Properties")> _
<DescriptionAttribute("Configured minimum size for the application")> _
Public Property MinimumSize As Size
[DisplayNameAttribute("Minimum Size")] 
[BrowsableAttribute(true)] 
[CategoryAttribute("Common Properties")] 
[DescriptionAttribute("Configured minimum size for the application")] 
public Size MinimumSize { get; set; }
[DisplayNameAttribute(L"Minimum Size")] 
[BrowsableAttribute(true)] 
[CategoryAttribute(L"Common Properties")] 
[DescriptionAttribute(L"Configured minimum size for the application")] 
public:
property Size MinimumSize {
    Size get ();
    void set (Size value);
}
/** @property */
public Size get_MinimumSize ()

/** @property */
public void set_MinimumSize (Size value)
public function get MinimumSize () : Size

public function set MinimumSize (value : Size)

Property Value

The minimum size.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AppInitStringBase Class
AppInitStringBase Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.