DiagramLite Programmer's Guide
ShapeNode.VerticalTextBlockAlignment Property
See Also
 





Gets or sets the vertical 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 VerticalAlignment VerticalTextBlockAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalTextBlockAlignment As VerticalAlignment

 Property Value

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

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace