QuickOPC User's Guide and Reference
SizeFactor Property (SizableCommonDialog)



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > SizableCommonDialog Class : SizeFactor Property
Determines the (initial) size of the dialog.
Syntax
'Declaration
 
<TypeConverterAttribute(OpcLabs.BaseLib.Forms.Internal.SizeFactorConverter)>
Public Property SizeFactor As SizeF
'Usage
 
Dim instance As SizableCommonDialog
Dim value As SizeF
 
instance.SizeFactor = value
 
value = instance.SizeFactor
[TypeConverter(OpcLabs.BaseLib.Forms.Internal.SizeFactorConverter)]
public SizeF SizeFactor {get; set;}
[TypeConverter(OpcLabs.BaseLib.Forms.Internal.SizeFactorConverter)]
public:
property SizeF SizeFactor {
   SizeF get();
   void set (    SizeF value);
}
Remarks
When the resulting size of the dialog becomes too small due to a size factor, each dimension is limited at a pre-set minimum.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also