Click or drag to resize
AB4D logo

BaseLineVisual3DOnIsVisibleChanged Method

OnIsVisibleChanged is called when the IsVisible property is changed

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
protected override void OnIsVisibleChanged(
	bool newIsVisibleValue
)

Parameters

newIsVisibleValue  Boolean
newIsVisibleValue as bool
See Also