InkPictureSizeMode enumeration (msinkaut.h)

Specifies how the picture behaves inside the InkPicture control.

The mode is set by using the SizeMode property and is applied to the picture set with the Picture property.

Syntax

typedef enum InkPictureSizeMode {
  IPSM_AutoSize = 0,
  IPSM_CenterImage = 1,
  IPSM_Normal = 2,
  IPSM_StretchImage = 3
} ;

Constants

 
IPSM_AutoSize
Value: 0
The control auto sizes to fit the picture.
IPSM_CenterImage
Value: 1
The picture is centered within the control.
IPSM_Normal
Value: 2
The picture appears at its regular size within the control.
IPSM_StretchImage
Value: 3
The picture is stretched within the control.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header msinkaut.h

See also

InkPicture