Class ImageAlignment
Specifies the alignment for the image based on the given viewport.
Inheritance
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ImageAlignment : Enum
Fields
None
Sets the none alignments for the image.
Declaration
public const ImageAlignment None
Field Value
Type | Description |
---|---|
ImageAlignment |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
XMaxYMax
Sets the maximum X value of the view port and maximum Y value of the view port for the image.
Declaration
public const ImageAlignment XMaxYMax
Field Value
Type | Description |
---|---|
ImageAlignment |
XMaxYMid
Sets the maximum X value of the view port and midpoint Y value of the view port for the image.
Declaration
public const ImageAlignment XMaxYMid
Field Value
Type | Description |
---|---|
ImageAlignment |
XMaxYMin
Sets the maximum X value of the view port and smallest Y value of the view port for the image.
Declaration
public const ImageAlignment XMaxYMin
Field Value
Type | Description |
---|---|
ImageAlignment |
XMidYMax
Sets the midpoint X value of the view port and maximum Y value of the view port for the image.
Declaration
public const ImageAlignment XMidYMax
Field Value
Type | Description |
---|---|
ImageAlignment |
XMidYMid
Sets the smallest X value of the view port and midpoint Y value of the view port for the image.
Declaration
public const ImageAlignment XMidYMid
Field Value
Type | Description |
---|---|
ImageAlignment |
XMidYMin
Sets the midpoint X value of the view port and smallest Y value of the view port for the image.
Declaration
public const ImageAlignment XMidYMin
Field Value
Type | Description |
---|---|
ImageAlignment |
XMinYMax
Sets the smallest X value of the view port and maximum Y value of the view port for the image.
Declaration
public const ImageAlignment XMinYMax
Field Value
Type | Description |
---|---|
ImageAlignment |
XMinYMid
Sets the smallest X value of the view port and midpoint Y value of the view port for the image.
Declaration
public const ImageAlignment XMinYMid
Field Value
Type | Description |
---|---|
ImageAlignment |
XMinYMin
Sets the smallest X value of the view port and smallest Y value of the view port for the image.
Declaration
public const ImageAlignment XMinYMin
Field Value
Type | Description |
---|---|
ImageAlignment |