Enumerates all types of an image align.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration ImageAlignType
C#
public enum ImageAlignType
Visual C++
public enum class ImageAlignType
JavaScript
Nasosoft.Chart.Drawing.ImageAlignType = function();
Nasosoft.Chart.Drawing.ImageAlignType.createEnum('Nasosoft.Chart.Drawing.ImageAlignType', false);

Members

Member nameDescription
Bottom
Botton align
BottomCenter
Bottom Center align
BottomLeft
Bottom Left align
BottomRight
Bottom Right align
Center
Center align
Custom
Custom align
Fill
Fill align
Left
Left align
MiddleLeft
Middle Left align
MiddleRight
Middle Right align
None
None align
Right
Right align
Top
Top align
TopCenter
Top Center align
TopLeft
Top Left align
TopRight
Top Right align

See Also