ISummaryZoomFrame

ISummaryZoomFrame interface

Represents a Summary Zoom frame in a slide.

public interface ISummaryZoomFrame : IGraphicalObject

Properties

NameDescription
AsIGraphicalObject { get; }Returns IGraphicalObject interface.
Layout { get; }Gets layout of Summary Zoom Sections in the frame. Default value is GridLayout.
SummaryZoomCollection { get; }Gets ISummaryZoomSectionCollection for the Summary Zoom Frame object.

See Also