PresentationSnapshotView.SetOpacity Method
Parent Object: PresentationSnapshotViewDescription
Method that sets override opacity to PresentationComponent objects.
Syntax
PresentationSnapshotView.SetOpacity( PresentationComponents As ObjectCollection, Opacity As Double )Parameters
Name | Type | Description |
PresentationComponents | ObjectCollection | Input ObjectCollection object that includes the PresentationComponent objects. |
Opacity | Double | Input Double value that specifies the opacity. Valid value is from 0 to 1. |