Android.Util.IAttributeSet.GetAttributeBooleanValue Method
Return the boolean value of attribute at 'index'.

Syntax

[Android.Runtime.Register("getAttributeBooleanValue", "(IZ)Z", "GetGetAttributeBooleanValue_IZHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool GetAttributeBooleanValue (int index, bool defaultValue)

Parameters

index
Index of the desired attribute, 0...count-1.
defaultValue
What to return if the attribute isn't found.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the boolean value of attribute at 'index'.

[Android Documentation]

Requirements

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