ControlProperties Property

Returns a collection of ActiveX properties.
Remarks
Note: Aspose.Slides supports only XML based ActiveX properties. If properties stored in binary format, this property will return null.
Read-only IControlPropertiesCollection.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IControlPropertiesCollection Properties { get; }

Property Value

Type: IControlPropertiesCollection

Implements

IControlProperties
See Also