IconSize enumeration
Specifies the icon size.
Namespace: Microsoft.SharePoint.Client.Utilities
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration IconSize
'Usage
Dim instance As IconSize
public enum IconSize
Members
Member name | Description | |
---|---|---|
Size16 | Enumeration whose values specify that the icon size to be 16 x 16 pixels. The value = 0. | |
Size32 | Enumeration whose values specify that the icon size to be 32 x 32 pixels. The value = 1. | |
Size256 |