C# Class android.text.style.MetricAffectingSpan

Inheritance: android.text.style.CharacterStyle, UpdateLayout
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
getUnderlying ( ) : global::android.text.style.MetricAffectingSpan
updateMeasureState ( android arg0 ) : void

Protected Methods

Method Description
MetricAffectingSpan ( global @__env )

Private Methods

Method Description
MetricAffectingSpan ( )

Method Details

MetricAffectingSpan() protected method

protected MetricAffectingSpan ( global @__env )
@__env global

getUnderlying() public method

public getUnderlying ( ) : global::android.text.style.MetricAffectingSpan
return global::android.text.style.MetricAffectingSpan

updateMeasureState() public abstract method

public abstract updateMeasureState ( android arg0 ) : void
arg0 android
return void