Image MapImage Align Property
Gets or sets the alignment of the image map control in relation to other elements on the web page
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public virtual ImageAlign ImageAlign { get; set; }VB
Public Overridable Property ImageAlign As ImageAlign
Get
SetC++
public:
virtual property ImageAlign ImageAlign {
ImageAlign get ();
void set (ImageAlign value);
}F#
abstract ImageAlign : ImageAlign with get, set
override ImageAlign : ImageAlign with get, set