AppInitStringBase.OptimumSize Property
Gets or sets the desired 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.OptimumSize
instance.OptimumSize = value
Syntax
'Declaration
<DescriptionAttribute("Configuration desired size for the application")> _
<BrowsableAttribute(True)> _
<DisplayNameAttribute("Optimal Size")> _
<CategoryAttribute("Common Properties")> _
Public Property OptimumSize As Size
[DescriptionAttribute("Configuration desired size for the application")]
[BrowsableAttribute(true)]
[DisplayNameAttribute("Optimal Size")]
[CategoryAttribute("Common Properties")]
public Size OptimumSize { get; set; }
[DescriptionAttribute(L"Configuration desired size for the application")]
[BrowsableAttribute(true)]
[DisplayNameAttribute(L"Optimal Size")]
[CategoryAttribute(L"Common Properties")]
public:
property Size OptimumSize {
Size get ();
void set (Size value);
}
/** @property */
public Size get_OptimumSize ()
/** @property */
public void set_OptimumSize (Size value)
public function get OptimumSize () : Size
public function set OptimumSize (value : Size)
Property Value
The optimum 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.