Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Enumerates the dialog sizes for the ShowDialog methods.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Enumeration DialogSize
'Usage
Dim instance As DialogSize
public enum DialogSize
public enum class DialogSize
type DialogSize
public enum DialogSize
Members
Member name | Description | |
---|---|---|
SizeToContent | Dialog will automatically size to its content. | |
Small | Dialog size will be "small". | |
Medium | Dialog size will be "medium". | |
Large | Dialog size will be "large". |