Toolbar.CurrentContentInsetLeft Property

Definition

Gets the content inset that will be used on the left side of the bar in the current toolbar configuration.

public virtual int CurrentContentInsetLeft { [Android.Runtime.Register("getCurrentContentInsetLeft", "()I", "GetGetCurrentContentInsetLeftHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getCurrentContentInsetLeft", "()I", "GetGetCurrentContentInsetLeftHandler", ApiSince=24)>]
member this.CurrentContentInsetLeft : int

Property Value

the current content inset left in pixels

Attributes

Remarks

Gets the content inset that will be used on the left side of the bar in the current toolbar configuration.

Java documentation for android.widget.Toolbar.getCurrentContentInsetLeft().

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