DiagramLite Programmer's Guide
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.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public HorizontalAlignment HorizontalTextBlockAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalTextBlockAlignment As HorizontalAlignment

 Property Value

One of the System.Windows.HorizontalAlignment enumeration values. The default value is Center.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace