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
C# Copy Code |
---|
public ImageAlignment BackgroundImageAlign { get; set; } |
Visual Basic Copy Code |
---|
Public Property BackgroundImageAlign As ImageAlignment |
A member of the ImageAlignment enumeration. The default is ImageAlignment.TopLeft.
The background image can be aligned to a corner, stretched, centered, or tiled to cover the control's area.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |