Appearance3D property (ILEADMagnifyGlassAction)
VARIANT_BOOL Appearance3D | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a value that indicates whether the border of a rectangular magnifying glass appears as 3D or flat.
This value is valid only if the Ellipse Property is set to VARIANT_FALSE. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The rectangular magnifying glass appears with a 3D border. |
VARIANT_FALSE |
The rectangular magnifying glass appears with a flat border. (Default) |
This property is applied at the container level.
To change the appearance of the magnifying glass border, set this property and call the SetAction method.
This property is updated with a value that represents the current appearance of the magnifying glass borderby calling the GetAction method.
See Also