Search
Component.HorizontalAlignment Property
See Also
 






Gets or sets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel.

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

 Syntax

C#  Copy Code

public LayoutAlignment HorizontalAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalAlignment As LayoutAlignment

 Property Value

A member of the LayoutAlignment enumeration.

 See Also