UIBarButtonItem.ImageInsets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.