Xamarin Pack Programmer's Guide
Diagram.BackgroundImageAlign Property
See Also
 






Gets or set a value indicating how the background image is positioned, relatively either to the control's window or to the scrollable document area.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ImageAlignment BackgroundImageAlign { get; set; }

Visual Basic  Copy Code

Public Property BackgroundImageAlign As ImageAlignment

 Property Value

A member of the ImageAlignment enumeration. The default is ImageAlignment.TopLeft.

 Remarks

The background image can be aligned to a corner, stretched, centered, or tiled to cover the control's area.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace