The SlideTitle type exposes the following members.

Constructors

  NameDescription
SlideTitle
Initializes a new instance of the SlideTitle class.

Methods

  NameDescription
Clone
Returns a new SlideTitle with properties equal to the current SlideTitle.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
BackColor
Gets or sets the color to display the slide title's background.
DisplayPosition
Gets or sets the display position of the slide's slide title.
Font
Gets or sets the font used for the slide title's text.
Outline
Gets or sets the width of the slide title background's outline.
OutlineColor
Gets or sets the color to display the slide title's background outline.
Text
Gets or sets the text that's displayed in the slide title.
TextColor
Gets or sets the color to display the slide title's text.
Transparency
Gets or sets the transparency of the slide title background, from 0 to 100.

See Also