Class Slide

Inheritance
System.Object
Slide
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
public class Slide

Constructors

Slide()

Declaration
public Slide()

Slide(String, String, String)

Declaration
public Slide(string imagePath, string name, string description)
Parameters
Type Name Description
System.String imagePath
System.String name
System.String description

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

ImagePath

Declaration
public string ImagePath { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String