ComponentOne TileControl for WinForms
SymbolSize Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : SymbolSize Enumeration
Enumerates the available sizes for tile symbols.
Syntax
'Declaration
 
Public Enum SymbolSize 
   Inherits System.Enum
public enum SymbolSize : System.Enum 
Members
MemberDescription
Image16x16Size of symbol is 16x16, in pixels.
Image24x24Size of symbol is 24x24, in pixels.
Image32x32Size of symbol is 32x32, in pixels.
Image40x40Size of symbol is 40x40, in pixels.
Image48x48Size of symbol is 48x48, in pixels.
Image56x56Size of symbol is 56x56, in pixels.
Image64x64Size of symbol is 64x64, in pixels.
Image80x80Size of symbol is 80x80, in pixels.
Image96x96Size of symbol is 96x96, in pixels.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Tile.SymbolSize

See Also

Reference

C1.Win.C1Tile Namespace