Toolbar.CurrentContentInsetEnd 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.
Gets the content inset that will be used on the ending side of the bar in the current toolbar configuration.
public virtual int CurrentContentInsetEnd { [Android.Runtime.Register("getCurrentContentInsetEnd", "()I", "GetGetCurrentContentInsetEndHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getCurrentContentInsetEnd", "()I", "GetGetCurrentContentInsetEndHandler", ApiSince=24)>]
member this.CurrentContentInsetEnd : int
Property Value
the current content inset end in pixels
- Attributes
Remarks
Gets the content inset that will be used on the ending side of the bar in the current toolbar configuration.
Java documentation for android.widget.Toolbar.getCurrentContentInsetEnd()
.
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.