UIRefreshControl.AttributedTitle Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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 .