Click or drag to resize

IMcGraphObjPoly2Style Property

Property used to set or get the visual appearance of a graphic object.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property Style ( 
	Optional mgosMask As mcGraphObjStyle = mcGraphObjStyle.mcgsAllBitsMask
) As mcGraphObjStyle
	Get
	Set

Parameters

mgosMask (Optional)
Type: MediaCy.IQL.Display.OverlaysmcGraphObjStyle
An optional mask for the Style bits to be set or exposed. By default, all bits are set on assignment and exposed on access.

Property Value

Type: mcGraphObjStyle

Implements

IMcGraphObjPolyStylemcGraphObjStyle
Remarks
The Style describes visual and behavioral characteristics that apply to all objects regardless of their class.
See Also