ImageMapCenterImage Property

This property is used to get or set whether or not the control will center the image in the client area.

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public bool CenterImage { get; set; }

Property Value

Boolean
If true (the default), the control will center the image if it is smaller than the height and/or width of the client area. If false, it is drawn in the upper left corner.

See Also