Click or drag to resize
AB4D logo

TextBlockVisual3DPosition Property

Gets or sets the position of the text. What point on 3D model is represented by this property is specified by PositionType property (TopLeft by default).

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

Property Value

Point3D
See Also