View.IsPaddingRelative Property

Definition

Return if the padding has been set through relative values #setPaddingRelative(int, int, int, int) or through

public virtual bool IsPaddingRelative { [Android.Runtime.Register("isPaddingRelative", "()Z", "GetIsPaddingRelativeHandler")] get; }
[<get: Android.Runtime.Register("isPaddingRelative", "()Z", "GetIsPaddingRelativeHandler")>]
member this.IsPaddingRelative : bool

Property Value

true if the padding is relative or false if it is not.

Attributes

Remarks

Return if the padding has been set through relative values #setPaddingRelative(int, int, int, int) or through

Java documentation for android.view.View.isPaddingRelative().

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