Class ImageAlignment
None - Alignment value will be set as none
XMinYMin - smallest X value of the view port and smallest Y value of the view port
XMidYMin - midpoint X value of the view port and smallest Y value of the view port
XMaxYMin - maximum X value of the view port and smallest Y value of the view port
XMinYMid - smallest X value of the view port and midpoint Y value of the view port
XMidYMid - midpoint X value of the view port and midpoint Y value of the view port
XMaxYMid - maximum X value of the view port and midpoint Y value of the view port
XMinYMax - smallest X value of the view port and maximum Y value of the view port
XMidYMax - midpoint X value of the view port and maximum Y value of the view port
XMaxYMax - maximum X value of the view port and maximum Y value of the view port
Inheritance
System.Object
ImageAlignment
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ImageAlignment : Enum
Fields
None
Declaration
public const ImageAlignment None
Field Value
XMaxYMax
Declaration
public const ImageAlignment XMaxYMax
Field Value
XMaxYMid
Declaration
public const ImageAlignment XMaxYMid
Field Value
XMaxYMin
Declaration
public const ImageAlignment XMaxYMin
Field Value
XMidYMax
Declaration
public const ImageAlignment XMidYMax
Field Value
XMidYMid
Declaration
public const ImageAlignment XMidYMid
Field Value
XMidYMin
Declaration
public const ImageAlignment XMidYMin
Field Value
XMinYMax
Declaration
public const ImageAlignment XMinYMax
Field Value
XMinYMid
Declaration
public const ImageAlignment XMinYMid
Field Value
XMinYMin
Declaration
public const ImageAlignment XMinYMin
Field Value