BaseSlideControls Property |
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IControlCollection Controls { get; }
Public ReadOnly Property Controls As IControlCollection
Get
public:
virtual property IControlCollection^ Controls {
IControlCollection^ get () sealed;
}
abstract Controls : IControlCollection with get
override Controls : IControlCollection with get
Property Value
Type:
IControlCollectionImplements
IBaseSlideControls
See Also