Search
ShapeNode.HorizontalTextBlockAlignment Property
See Also
 






Gets or sets the horizontal alignment of the TextBlock used to display the ShapeNode text relative to its container Grid. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HorizontalAlignment HorizontalTextBlockAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalTextBlockAlignment As HorizontalAlignment

 Property Value

A member of the HorizontalAlignment enumeration.

 See Also