Previous Document Next Document
Effect.Envelope

Property Envelope As EffectEnvelope

Member of Effect

The Envelope property returns the EffectEnvelope object for the envelope effect.

The Envelope property returns a read-only value.

The following code example selects a preset envelope for the selected shape.

Sub Test() 
 Dim e As Effect 
 For Each e In ActiveShape.Effects 
  If e.Type = cdrEnvelope Then 
   e.Envelope.Select 5 
  End If 
 Next e 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.