mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-05 23:42:58 +02:00
Initial WPF content migrated (#17)
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "TextBlock"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "controls [WPF], TextBlock"
|
||||
- "TextBlock control [WPF]"
|
||||
ms.assetid: ea5f7826-7a92-4de9-9eee-10ef700ce7b6
|
||||
---
|
||||
# TextBlock
|
||||
The <xref:System.Windows.Controls.TextBlock> control provides flexible text support for [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] applications. The element is targeted primarily toward basic [!INCLUDE[TLA2#tla_ui](../../../includes/tla2sharptla-ui-md.md)] scenarios that do not require more than one paragraph of text.
|
||||
|
||||
## In This Section
|
||||
[TextBlock Overview](textblock-overview.md)
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Controls.Label>
|
||||
|
||||
## Related Sections
|
||||
[Documents in WPF](../advanced/documents-in-wpf.md)
|
||||
|
||||
[Flow Document Overview](../advanced/flow-document-overview.md)
|
||||
Reference in New Issue
Block a user