Search
ImageComponent.ImageAlign Property
See Also
 






Gets or sets the image alignment relative to the component.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public ImageAlignment ImageAlign { get; set; }

Visual Basic  Copy Code

Public Property ImageAlign As ImageAlignment

 Property Value

A member of the ImageAlignment enumeration.

 See Also