Xamarin.Forms.Image.IsOpaque Property
Gets or sets the opacity flag for the image. This is a bindable property.

Syntax

public bool IsOpaque { get; set; }

Value

A bool indicating the value for the property. Default is false.

Remarks

If true, you'll be able to see through transparent parts of the image.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0