Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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_AutoSizeValue: 0 The control auto sizes to fit the picture. |
IPSM_CenterImageValue: 1 The picture is centered within the control. |
IPSM_NormalValue: 2 The picture appears at its regular size within the control. |
IPSM_StretchImageValue: 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
Feedback
Was this page helpful?
