Click or drag to resize
AB4D logo

LineWithTextVisual3DUseTextBlockVisual3D Property

Gets or sets a Boolean that specifies if LineWithTextVisual3D is using 3D lines (when false) or TextBlockVisual3D (when true) to show 3D text. Default value is false. Using TextBlockVisual3D provides much more text rendering options and allows using any font but may produce some problems because of showing semi-transparent texture (sorting objects by camera distance; or using Ab3d.DXEngine and alpha-clip threshold). When true, then the used instance of TextBlockVisual3D is set to the UseTextBlockVisual3D property.

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

Property Value

Boolean
See Also