Search
ComponentBase.HorizontalAlignment Property
See Also
 






Gets or sets the horizontal alignment of this component relative to its parent.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HorizontalAlignment HorizontalAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalAlignment As HorizontalAlignment

 Property Value

 See Also