Click or drag to resize
ImageAlignModes Enumeration
Background image alignment mode

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ImageAlignModes
Members
  Member nameValueDescription
Top0 The image on the top
Bottom1 The image on the bottom
Right2 The image on the right
Left3 The image on the left
Center4 The image on the center
TopRight5 The image on the top right
TopLeft6 The image on the top left
BottomRight7 The image on the bottom right
BottomLeft8 The image on the bottom left
See Also