Image MapCenter Image 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: 2024.12.31.0
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.
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public bool CenterImage { get; set; }VB
Public Property CenterImage As Boolean
Get
SetC++
public:
property bool CenterImage {
bool get ();
void set (bool value);
}F#
member CenterImage : bool with get, setProperty Value
BooleanIf 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.