Click or drag to resize

IMcGraphObjPointBorderStyle Property

Describes the visual appearance of the border if there is any.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property BorderStyle As mcGraphObjBorderStyle
	Get
	Set

Property Value

Type: mcGraphObjBorderStyle

Implements

IMcGraphObjBorderStyle
Remarks
The BorderStyle consists of three parts: a basic border style (solid, dashed, etcetera), an optional flag to indicate how the corners should be drawn for wide lines, and another optional flag to indicate whether the line width should zoom with the image or not (it does not, by default).
See Also