GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    AnimatableSlide Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a base type for all slide types that can be animated.

    • C#
    • VB.NET
    public abstract class AnimatableSlide : SlideObject
    Public MustInherit Class AnimatableSlide
        Inherits SlideObject
    Inheritance:
    System.Object
    SlideObject
    AnimatableSlide
    Derived
    LayoutSlide
    MasterSlide
    Slide

    Properties

    SlideId

    Returns a unique ID number for the specified slide.

    • C#
    • VB.NET
    public long SlideId { get; }
    Public ReadOnly Property SlideId As Long
    Property Value
    System.Int64

    Transition

    Gets the kind of slide transition that should be used to transition to the current slide from the previous slide.

    • C#
    • VB.NET
    public SlideShowTransition Transition { get; }
    Public ReadOnly Property Transition As SlideShowTransition
    Property Value
    SlideShowTransition

    The kind of slide transition that should be used to transition to the current slide from the previous slide.

    Inherited Properties

    Background

    Gets or sets the slide background.

    (Inherited from SlideObject)

    Content

    Gets the slide's content in a form of a root GroupShape that groups all the Drawings contained on this slide.

    (Inherited from SlideObject)

    ParentTemplate

    Gets the parent template SlideObject or null if this SlideObject is master slide.

    (Inherited from SlideObject)

    Presentation

    Gets the presentation to which this slide belongs.

    (Inherited from SlideObject)

    ShowMasterShapes

    Gets or sets a value indicating whether the shapes from the ParentTemplate should be shown on this slide.

    Default value is true.

    (Inherited from SlideObject)

    TextContent

    Gets the text content of the current SlideObject.

    (Inherited from SlideObject)

    Inherited Methods

    ToString()

    Returns a System.String that represents this SlideObject instance.

    (Inherited from SlideObject)

    Examples

    Slide Transition Example
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.