VisualRemoveCustomProperty Method |
Remove a custom property from the Visual.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void RemoveCustomProperty(
string name
)
Parameters
- name String
- Name of custom property to remove.
See Also