Android.Util.IAttributeSet Members

The members of Android.Util.IAttributeSet are listed below.

Public Properties

[read-only]
AttributeCountint. Returns the number of attributes available in the set.
[read-only]
ClassAttributestring. Return the value of the "class" attribute or null if there is not one.
[read-only]
IdAttributestring. Return the value of the "id" attribute or null if there is not one.
[read-only]
PositionDescriptionstring. Returns a description of the current position of the attribute set.
[read-only]
StyleAttributeint. Return the value of the "style" attribute or 0 if there is not one.

Public Methods

GetAttributeBooleanValue(int, bool) : bool
Return the boolean value of attribute at 'index'.
GetAttributeBooleanValue(string, string, bool) : bool
Return the boolean value of 'attribute'.
GetAttributeFloatValue(int, float) : float
Return the float value of attribute at 'index'.
GetAttributeFloatValue(string, string, float) : float
Return the float value of 'attribute'.
GetAttributeIntValue(int, int) : int
Return the integer value of attribute at 'index'.
GetAttributeIntValue(string, string, int) : int
Return the integer value of 'attribute'.
GetAttributeListValue(int, string[], int) : int
Return the index of the value of attribute at 'index' in the list 'options'.
GetAttributeListValue(string, string, string[], int) : int
Return the index of the value of 'attribute' in the list 'options'.
GetAttributeName(int) : string
Returns the name of the specified attribute.
GetAttributeNameResource(int) : int
Return the resource ID associated with the given attribute name.
GetAttributeResourceValue(int, int) : int
Return the value of attribute at 'index' as a resource identifier.
GetAttributeResourceValue(string, string, int) : int
Return the value of 'attribute' as a resource identifier.
GetAttributeUnsignedIntValue(int, int) : int
Return the integer value of attribute at 'index' that is formatted as an unsigned value.
GetAttributeUnsignedIntValue(string, string, int) : int
Return the boolean value of 'attribute' that is formatted as an unsigned value.
GetAttributeValue(int) : string
Returns the value of the specified attribute as a string representation.
GetAttributeValue(string, string) : string
Returns the value of the specified attribute as a string representation.
GetIdAttributeResourceValue(int) : int
Return the integer value of the "id" attribute or defaultValue if there is none.