IconSize Enumeration
Specifies the icon size.
Namespace: Microsoft.SharePoint.Client.Utilities
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); 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. |