Share

PresentationSnapshotView.StoryboardAssociative Property

Parent Object: PresentationSnapshotView

Description

Read-write property that gets and sets whether the PresentationSnapshotView is associative with a PresentationStoryboard object. This is only writable when you set it to False to break the associativity between the storyboard and snapshot view. This shoud be set to False to break the associativity between the snapshot view and sotryboard for editing the snapshot view, otherwise the edit will fail.

Syntax

PresentationSnapshotView.StoryboardAssociative() As Boolean

Property Value

This is a read/write property whose value is a Boolean.

Version

Introduced in version 2018

Was this information helpful?