Search
Dashboard.BackgroundImageAlign Property
See Also
 






Gets or sets the alignment of BackgroundImage relatively to dashboard boundaries.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 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.

 See Also