ControlProperty Constructor |
Contructs a new control property.
Namespace:
Demo3D.ControlPanel
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic ControlProperty(
bool canRead,
bool canWrite
)
Parameters
- canRead
- Type: SystemBoolean
True if it's meaningful to read the property value. - canWrite
- Type: SystemBoolean
Property value can be written.
See Also