Android.Views.View.IsPaddingOffsetRequired Property
If the View draws content inside its padding and enables fading edges, it needs to support padding offsets.

Syntax

[get: Android.Runtime.Register("isPaddingOffsetRequired", "()Z", "GetIsPaddingOffsetRequiredHandler")]
protected virtual bool IsPaddingOffsetRequired { get; }

See Also

View.LeftPaddingOffset
View.RightPaddingOffset
View.TopPaddingOffset
View.BottomPaddingOffset

Value

Documentation for this section has not yet been entered.

Remarks

If the View draws content inside its padding and enables fading edges, it needs to support padding offsets. Padding offsets are added to the fading edges to extend the length of the fade so that it covers pixels drawn inside the padding. Subclasses of this class should override this method if they need to draw content inside the padding.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 2