Android.Util.IAttributeSet.StyleAttribute Property
Return the value of the "style" attribute or 0 if there is not one.

Syntax

[get: Android.Runtime.Register("getStyleAttribute", "()I", "GetGetStyleAttributeHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int StyleAttribute { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the value of the "style" attribute or 0 if there is not one. Equivalent to getAttributeResourceValue(null, "style").

[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