InkPicture.DynamicRendering property
Gets or sets the value that specifies whether ink is rendered as it is drawn.
This property is read/write.
Syntax
HRESULT put_DynamicRendering(
[in] VARIANT_BOOL DynamicRendering
);
HRESULT get_DynamicRendering(
[out, retval] VARIANT_BOOL *DynamicRendering
);
Property value
VARIANT_TRUE to render the ink as it is drawn and appears on the display; otherwise, VARIANT_FALSE. The default is VARIANT_TRUE.
Error codes
| Name | Meaning |
|---|---|
|
Success. |
|
The DynamicRendering parameter is an invalid pointer. |
|
An exception occurred. |
|
The specified mode is invalid. |
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also
Show: