ControlPropertiesCollectionRemove Method

Removes a property with the specified name.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void Remove(
	string name
)

Parameters

name
Type: SystemString
The name of property to remove.

Implements

IControlPropertiesCollectionRemove(String)
See Also