AbsSeekBar.ThumbOffset Proprietà

Definizione

Imposta l'offset del pollice che consente al pollice di estendersi all'esterno dell'intervallo della traccia.

public virtual int ThumbOffset { [Android.Runtime.Register("getThumbOffset", "()I", "GetGetThumbOffsetHandler")] get; [Android.Runtime.Register("setThumbOffset", "(I)V", "GetSetThumbOffset_IHandler")] set; }
[<get: Android.Runtime.Register("getThumbOffset", "()I", "GetGetThumbOffsetHandler")>]
[<set: Android.Runtime.Register("setThumbOffset", "(I)V", "GetSetThumbOffset_IHandler")>]
member this.ThumbOffset : int with get, set

Valore della proprietà

int : la quantità di offset in pixel.

Attributi

Commenti

Documentazione del getter delle proprietà:

per android.widget.AbsSeekBar.getThumbOffset().

Documentazione del setter delle proprietà:

Imposta l'offset del pollice che consente al pollice di estendersi all'esterno dell'intervallo della traccia.

per android.widget.AbsSeekBar.setThumbOffset(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche