HiddenAttribute Constructor (Boolean) |
Constructor to be explicit about whether the property is hidden or not.
Namespace:
Demo3D.Native
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic HiddenAttribute(
bool hidden
)
Parameters
- hidden
- Type: SystemBoolean
Custom property is hidden.
See Also