Click or drag to resize

IMcGraphObjArrowFillOpacity Property

Percentage opacity for fill of the object, from -1 (default). 0 (invisible) to 100 (opaque).

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

Property Value

Type: Int32

Implements

IMcGraphObj2FillOpacity
Remarks
If set to the default value of -1, the FillOpacity property follows the Opacity property. Otherwise this is the opacity applied to the fill brush for filled object shapes.
See Also