Gadget Class

A gadget that extends this event.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GoogleGadget

Namespace:  Aspose.Email.Clients.Google
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Gadget

The Gadget type exposes the following members.

Constructors
  NameDescription
Public methodGadget
Initializes a new instance of the Gadget class.
Properties
  NameDescription
Public propertyDisplay
The gadget's display mode. Optional. Possible values are: "icon" - The gadget displays next to the event's title in the calendar view. "chip" - The gadget displays when the event is clicked.
Public propertyHeight
The gadget's height in pixels.
Public propertyIconLink
The gadget's icon URL.
Public propertyLink
The gadget's URL.
Public propertyPreferences
The gadget's preferences
Public propertyTitle
The gadget's title.
Public propertyType
The gadget's type.
Public propertyWidth
The gadget's width in pixels.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also