BorderStyle property (ILEADRasterZoomView)
long BorderStyle | |
Overview |
Refer to Using the Zoom View |
Remarks
(Document/Medical) only.) Gets or sets a value that indicates which border style is to be used for the Zoom View. Possible values are:
Value |
Meaning |
ZOOM_VIEW_BORDERSTYLE_NONE |
[0x0000]. Do not use a border for the Zoom View. |
ZOOM_VIEW_BORDERSTYLE_SIMPLE |
[0x0001] Use a flat border for a rectangular, rounded rectangular and Torn out Zoom View. |
ZOOM_VIEW_BORDERSTYLE_3D |
[0x0002] Use a 3D border for a rectangular or rounded rectangular Zoom View.. |
ZOOM_VIEW_BORDERSTYLE_TEAROUT |
[0x0004] Use a border that has a Torn out look for the Zoom View. |
ZOOM_VIEW_BORDERSTYLE_ROUNDED |
[0x0008] Use a rounded rectangular border for the Zoom View. This can be OR-ed only with ZOOMVIEWBORDERSTYLE_NONE or ZOOMVIEWBORDERSTYLE_SIMPLE. |
The following figures illustrate the different styles that are available:
See Also