{"id":633,"date":"2016-11-21T11:34:55","date_gmt":"2016-11-21T11:34:55","guid":{"rendered":"https:\/\/ibex.tech\/windows-iot\/?p=104"},"modified":"2025-04-17T13:15:32","modified_gmt":"2025-04-17T12:15:32","slug":"textblock-general","status":"publish","type":"post","link":"https:\/\/ibex.tech\/csharp\/uwp-programming-in-c\/text\/textblock-general","title":{"rendered":".TextBlock General"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Simple Label<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\n&lt;TextBlock FontSize=\"20\" &gt;My Text Block&lt;\/TextBlock&gt;\n<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">With a name so you can change it<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\n&lt;TextBlock Canvas.Left=\"20\" Canvas.Top=\"100\" Width=\"300\" Height=\"200\" FontSize=\"20\" x:Name=\"MyTextBlock\">My Text Block&lt;\/TextBlock>\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>\n\tMyTextBlock.Text = \"abcd\";\n<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Newline<\/h4>\n\n\n\n<p>Use the hexadecimal encoded value &amp;#x0a; which represents the line feed.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Text=\"Line 1 &amp;#x0a; Line 2\"<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Simple Label With a name so you can change it Newline Use the hexadecimal encoded value &amp;#x0a; which represents the line feed.<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[71],"tags":[],"class_list":["post-633","post","type-post","status-publish","format-standard","hentry","category-text"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/comments?post=633"}],"version-history":[{"count":6,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/633\/revisions"}],"predecessor-version":[{"id":1398,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/633\/revisions\/1398"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/media?parent=633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/categories?post=633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/tags?post=633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}