Drawable.OpticalInsets Property

Definition

Return in insets the layout insets suggested by this Drawable for use with alignment operations during layout.

public virtual Android.Graphics.Insets OpticalInsets { [Android.Runtime.Register("getOpticalInsets", "()Landroid/graphics/Insets;", "GetGetOpticalInsetsHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getOpticalInsets", "()Landroid/graphics/Insets;", "GetGetOpticalInsetsHandler", ApiSince=29)>]
member this.OpticalInsets : Android.Graphics.Insets

Property Value

Attributes

Remarks

Return in insets the layout insets suggested by this Drawable for use with alignment operations during layout.

Java documentation for android.graphics.drawable.Drawable.getOpticalInsets().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to