EnumSnapshotBlendingModes

Modes that control which nearby snapshots, by size and shape, are blended into the new layout.

Static Properties

Name Description
FULL_SNAPSHOT_BLENDING Use up to three nearest snapshots even if a snapshot is in a different class that the new layout.
IGNORE_LAYOUT_SNAPSHOTS Turns off the influence of layout snapshots completely.
LIMITED_SNAPSHOT_BLENDING Use only layout snapshots within the same class as the new layout.
USE_NEAREST_SNAPSHOT Use the layout snapshot nearest in size and shape to the new layout.