TargetSection
SectionZoomFrame.TargetSection-Eigenschaft
Ruht das Abschnittsobjekt ab oder legt es fest, auf das das Section Zoom-Objekt verweist. Lese-/Schreibzugriff auf ISection
.
public ISection TargetSection { get; set; }
Beispiele
Das nächste Beispiel demonstriert das Ändern der Zielabschnitt und erstellt ein neues Bild für das Section Zoom-Objekt:
[C#]
using (Presentation pres = new Presentation())
{
ISectionZoomFrame sectionZoomFrame = pres.Slides[0].Shapes.AddSectionZoomFrame(150, 20, 50, 50, pres.Sections[1]);
sectionZoomFrame.TargetSection = pres.Sections[2];
}
Siehe auch
- Schnittstelle ISection
- Klasse SectionZoomFrame
- Namensraum Aspose.Slides
- Assembly Aspose.Slides