Click or drag to resize
AB4D logo

TextBlockVisual3DTextVerticalAlignment Property

Gets or sets a VerticalAlignment that specifies the horizontal alignment of the TextBlock inside the Border element. BorderSize property needs to be set for this property to have any effect. Default value is Center.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public VerticalAlignment TextVerticalAlignment { get; set; }

Property Value

VerticalAlignment
See Also