Click or drag to resize
AB4D logo

AxesBoxVisual3DIsZAxis2Visible Property

Gets or sets a Boolean that specified is ZAxis2 is visible. This is a shortcut for ZAxis2.IsVisible property. When this property is set by the user, then AxesBoxVisual3D will not change the ZAxis1 visibility even when AxisShowingStrategy is not None.

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

Property Value

Boolean
See Also