Click or drag to resize

IMcGraphObjExExtendedStyle Property

Extended flags to control behaviors of the 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 ExtendedStyle ( 
	Optional Mask As mcGraphObjExtendedStyle = mcGraphObjExtendedStyle.mcgesIsLabelObject Or mcGraphObjExtendedStyle.mcgesOpaqueBorders Or mcGraphObjExtendedStyle.mcgesUserCreated Or mcGraphObjExtendedStyle.mcgesMcFeaturesCreated Or mcGraphObjExtendedStyle.mcgesAutoZoomWithImageLimit Or mcGraphObjExtendedStyle.mcgesDisallowScaling Or mcGraphObjExtendedStyle.mcgesForceAllowScaling
) As mcGraphObjExtendedStyle
	Get
	Set

Parameters

Mask (Optional)
Type: MediaCy.IQL.Display.OverlaysmcGraphObjExtendedStyle
A mask for the mcGraphObjExtendedStyle ExtendedStyle bits to be exposed or changed. On assignment, the default Mask is zero (no bits); on access, it is -1 (all bits).

Property Value

Type: mcGraphObjExtendedStyle
Remarks
The mcgesIsLabelObject bit is maintained internally and should not be set by the user.
See Also