VisualGetCustomProperty Method  | 
 
            Get the container class for a custom property, or null if it doesn't exist.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic CustomProperty GetCustomProperty(
	string name
)
Parameters
- name
 - Type: SystemString
Name of custom property to get the container for. 
Return Value
Type: 
CustomPropertyThe container of the custom property if it exists, otherwise null.
See Also