|
BaseVisual3DIsVisible Property |
Gets or sets a Boolean that specify if the object is visible.
Note that if parent is not visible, then this object is also not visible even if IsVisible is true.
See
IsActuallyVisible to get the value if this object is actually visible.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool IsVisible { get; set; }
Property Value
BooleanSee Also