Search
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. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public VerticalAlignment VerticalTextBlockAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalTextBlockAlignment As VerticalAlignment

 Property Value

A member of the VerticalAlignment enumeration.

 See Also