IconSize enumeration
Specifies the default icon size.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration IconSize
'Usage
Dim instance As IconSize
public enum IconSize
Members
Member name | Description | |
---|---|---|
Size16 | The default icon size is 16 x 16 pixels. | |
Size32 | The default icon size is 32 x 32 pixels. | |
Size256 | Specifies an icon size of 256 x 256 pixels. |