ImageParameters MembersKentico 8.0 API Reference
The ImageParameters type exposes the following members.
Constructors

  NameDescription
Public methodImageParameters
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyAlign
Image align.
Public propertyAlt
Image alternative text.
Public propertyBehavior
Image behavior.
Public propertyBorderColor
Image border color.
Public propertyBorderWidth
Image border width.
Public propertyClass
Image css class.
Public propertyDir
Image direction definition (rtl, ltr).
Public propertyEditorClientID
Client id of editor for inserting content.
Public propertyExtension
Image extension.
Public propertyHeight
Image height.
Public propertyHSpace
Image horizontal space.
Public propertyId
Image Id.
Public propertyLang
Image language definition.
Public propertyLink
Image link destination.
Public propertyLongDesc
Image long description definition (url).
Public propertyMouseOverHeight
Height of the thumbnail image which is displayed when mouse is moved over the image.
Public propertyMouseOverWidth
Width of the thumbnail image which is displayed when mouse is moved over the image.
Public propertySizeToURL
Gets or sets the value which determines whether to append size parameters to URL.
Public propertyStyle
Image inline style.
Public propertyTarget
Image link target (_blank/_self/_parent/_top)
Public propertyTooltip
Image tooltip text.
Public propertyUrl
Image source url.
Public propertyUseMap
Image use map definition.
Public propertyVSpace
Image vertical space.
Public propertyWidth
Image width.
Back to Top
See Also