Class DiagramBackground
Inheritance
System.Object
DiagramBackground
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBackground : EJTagHelper
Constructors
DiagramBackground()
Declaration
public DiagramBackground()
Properties
Align
Defines how to align the background image over the diagram area.
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
Declaration
public ImageAlignment Align { get; set; }
Property Value
Color
Defines the background color of diagram
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Scale
Defines how the background image should be scaled/stretched
None - Scale value will be set as None for the image
Meet - Scale value Meet will be set for the image
Slice - Scale value Slice will be set for the image
Declaration
public Scale Scale { get; set; }
Property Value
Source
Defines the source of the background image
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|