Windows Presentation Foundation 4.5 cookbook /
Over 100 advanced recipes to effectively and efficiently develop rich client applications on the Windows platform.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2012.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000Mi 4500 | ||
---|---|---|---|
001 | EBOOKCENTRAL_ocn815391956 | ||
003 | OCoLC | ||
005 | 20240329122006.0 | ||
006 | m o d | ||
007 | cr |n|---||||| | ||
008 | 121004s2012 enk o 000 0 eng d | ||
040 | |a MHW |b eng |e pn |c MHW |d N$T |d EBLCP |d MEAUC |d DEBSZ |d UMI |d COO |d OCLCQ |d OCLCF |d YDXCP |d OCLCQ |d FEM |d JBG |d AGLDB |d MERUC |d OCLCQ |d OCLCO |d ZCU |d VTS |d CEF |d ICG |d AU@ |d OCLCQ |d OCLCO |d STF |d UAB |d DKC |d OCLCQ |d M8D |d UKAHL |d OCLCQ |d OCLCO |d AJS |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
019 | |a 825821716 |a 968015134 |a 969028205 |a 1058232824 |a 1087020909 |a 1264843453 |a 1297423654 |a 1297622034 | ||
020 | |a 9781849686235 |q (electronic bk.) | ||
020 | |a 1849686238 |q (electronic bk.) | ||
020 | |a 184968622X | ||
020 | |a 9781849686228 | ||
020 | |z 1849686238 | ||
029 | 1 | |a AU@ |b 000053029972 | |
029 | 1 | |a DEBBG |b BV041120543 | |
029 | 1 | |a DEBBG |b BV043035379 | |
029 | 1 | |a DEBBG |b BV044168677 | |
029 | 1 | |a DEBSZ |b 396754422 | |
029 | 1 | |a DEBSZ |b 39739294X | |
029 | 1 | |a DEBSZ |b 421330155 | |
035 | |a (OCoLC)815391956 |z (OCoLC)825821716 |z (OCoLC)968015134 |z (OCoLC)969028205 |z (OCoLC)1058232824 |z (OCoLC)1087020909 |z (OCoLC)1264843453 |z (OCoLC)1297423654 |z (OCoLC)1297622034 | ||
037 | |a CL0500000188 |b Safari Books Online | ||
050 | 4 | |a QA76.76.A65 | |
072 | 7 | |a COM |x 051390 |2 bisacsh | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
072 | 7 | |a COM |x 051440 |2 bisacsh | |
082 | 0 | 4 | |a 005.1 |2 23 |
082 | 0 | 4 | |a 005.2768 |
049 | |a UAMI | ||
100 | 1 | |a Yosifovich, Pavel. | |
245 | 1 | 0 | |a Windows Presentation Foundation 4.5 cookbook / |c Pavel Yosifovich. |
260 | |a Birmingham : |b Packt Publishing, |c 2012. | ||
300 | |a 1 online resource (796 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file |2 rda | ||
588 | 0 | |a Print version record. | |
520 | |a Over 100 advanced recipes to effectively and efficiently develop rich client applications on the Windows platform. | ||
505 | 0 | |a Windows Presentation Foundation 4.5 Cookbook; Windows Presentation Foundation 4.5 Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Foundations; Introduction; XAML; XAML and compilation; Dependency properties. | |
505 | 8 | |a Creating custom type instances in XAMLGetting ready; How to do it ... ; How it works ... ; There's more ... ; Creating a dependency property; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Property value inheritance; Why "dependency"?; Dependency property levels; Using an attached property; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Why an attached property?; Does the declaring type "own" the property?; See also; Creating an attached property; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Reusing existing attached properties; See also. | |
505 | 8 | |a Accessing a static property from XAMLGetting ready; How to do it ... ; How it works ... ; There's more ... ; Creating a custom markup extension; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Don't go overboard; Handling routed events; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Stopping bubbling or tunneling; Attached events; 2. Resources; Introduction; Using logical resources; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Adding or deleting resources dynamically; Modifying resources; Resources that use other resources. | |
505 | 8 | |a Non-shared resourcesOther locations for resources; Dynamically binding to a logical resource; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using user-selected colors and fonts; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using binary resources; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Embedded Resource; Accessing binary resources in code; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Accessing binary resources from another assembly; Getting ready; How to do it ... ; How it works ... ; There's more ... | |
505 | 8 | |a Managing logical resourcesGetting ready; How to do it ... ; How it works ... ; There's more ... ; Duplicated keys; 3. Layout and Panels; Introduction; The layout process; Coordinates systems in WPF; Creating a table-like user interface; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Shared row/column size; Placement in the same cell; The power of the Grid; Adding rows/columns dynamically; The UniformGrid; Dynamically sizing grid rows/columns; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Creating a scrollable user interface; Getting ready; How to do it ... | |
590 | |a ProQuest Ebook Central |b Ebook Central Academic Complete | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 7 | |a Windows presentation foundation. |2 blmlsh |
650 | 0 | |a Application software. | |
650 | 6 | |a Logiciels d'application. | |
650 | 7 | |a COMPUTERS |x Programming |x Open Source. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x General. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x Tools. |2 bisacsh | |
650 | 7 | |a Application software |2 fast | |
758 | |i has work: |a Windows Presentation Foundation 4.5 cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCY6g3QBKJYQ9cKGCCCrqjP |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |z 9781849686228 |
856 | 4 | 0 | |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1036256 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781849686228/?ar |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH26944072 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL1036256 | ||
938 | |a EBSCOhost |b EBSC |n 492080 | ||
938 | |a YBP Library Services |b YANK |n 9785612 | ||
994 | |a 92 |b IZTAP |