UIBarButtonItem.ImageInsets Property

Definition

Insets the button image.

public override UIKit.UIEdgeInsets ImageInsets { [Foundation.Export("imageInsets")] get; [Foundation.Export("setImageInsets:")] set; }
member this.ImageInsets : UIKit.UIEdgeInsets with get, set

Property Value

Attributes

Remarks

Allows the image on a button to be inset by supplying a UIEdgeInsets value.

Applies to