Bagikan melalui


UIRefreshControl.AttributedTitle Properti

Definisi

Teks yang ditampilkan untuk kontrol refresh sebagai string atribut.

public virtual Foundation.NSAttributedString AttributedTitle { [Foundation.Export("attributedTitle", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setAttributedTitle:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.AttributedTitle : Foundation.NSAttributedString with get, set

Nilai Properti

Nilai ini bisa berupa null.

Atribut

Keterangan

void SetupRefresh (UIRefreshControl refreshControl)
{
    refreshControl.AttributedTitle = new NSAttributedString ("Pull to Refresh", 
    	font: UIFont.FromName ("ChalkboardSE-Bold", 24.0f),
	foregroundColor: UIColor.Red);
}

Anggota ini berpartisipasi dalam UIAppearance sistem gaya. Appearance Lihat properti dan AppearanceWhenContainedIn(Type[]) metode .

Berlaku untuk