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