|
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.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax public Action<int, TextBlock> CustomizeValueLabelAction { get; set; }
Property Value
ActionInt32,
TextBlockSee Also