Click or drag to resize

HiddenAttribute Class

Mark a CustomPropertyValue member as being a hidden custom property (in the user interface).
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NativeHiddenAttribute

Namespace: Demo3D.Native
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class HiddenAttribute : Attribute

The HiddenAttribute type exposes the following members.

Constructors
 NameDescription
Public methodHiddenAttribute Default constructor marks the custom property as Hidden by default.
Public methodHiddenAttribute(Boolean) Constructor to be explicit about whether the property is hidden or not.
Top
Properties
 NameDescription
Public propertyHidden The state of whether the property is hidden.
Top
See Also