Share via


IUIViewControllerPreviewing.SourceRect Property

Definition

Developers override this method to return the section of their view that stays sharp while the surrounding content blurs.

[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect SourceRect { [Foundation.Export("sourceRect")] get; [Foundation.Export("setSourceRect:")] set; }
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("sourceRect")>]
[<set: Foundation.Export("setSourceRect:")>]
member this.SourceRect : CoreGraphics.CGRect with get, set

Property Value

Attributes

Applies to