Click or drag to resize
AB4D logo

AxisWithOverlayLabelsVisual3DCustomizeValueLabelAction Property

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

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

Property Value

ActionInt32, TextBlock
See Also