public Envelope Extent {get;}
Public ReadOnly Property Extent As Envelope
//Set the page extent for a layout view. //Process on worker thread await QueuedTask.Run(() => { var lytExt = layoutView.Extent; layoutView.ZoomTo(lytExt); });
Target Platforms: Windows 11, Windows 10
LayoutView Class LayoutView Members