Click or drag to resize

McGraphObjArrowClassBorderStyle 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
Public Overridable Property BorderStyle As mcGraphObjBorderStyle
	Get
	Set

Property Value

Type: mcGraphObjBorderStyle

Implements

IMcGraphObjArrowBorderStyle
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