Click or drag to resize
AB4D logo

AxisWith3DLabelsVisual3DCustomizeValueLabelAction Property

When set, this action is called so the user can customize the TextBlockVisual3D before it is added to the axis. The first parameter is the index of the value label, the second is the TextBlockVisual3D.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public Action<int, TextBlockVisual3D> CustomizeValueLabelAction { get; set; }

Property Value

ActionInt32, TextBlockVisual3D
See Also