Click or drag to resize
ImageParameters Class
Class providing image parameters.
Inheritance Hierarchy
SystemObject
  CMS.HelpersImageParameters

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class ImageParameters

The ImageParameters type exposes the following members.

Constructors
  NameDescription
Public methodImageParameters
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 Obsolete.
Height of the thumbnail image which is displayed when mouse is moved over the image.
Public propertyMouseOverWidth Obsolete.
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.
Top
See Also