ControlProperty Constructor  | 
 
            Contructs a new control property.
            
 
    Namespace: 
   Demo3D.ControlPanel
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
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