WPF Controls | 22-Label | HD | Label In WPF

2 years ago
29

Welcome to WPF Tutorials | Label in WPF

In this demo, we'll be looking at the Label control. Label inherits from Control class which means it's not limited to displaying text like Text Block. The content of the label can be just anything. We'll be also looking at access keys functionality of the label later in the tutorial.

Definition per MS Docs: Represents the text label for a control and provides support for access keys; provides both functional and visual support for access keys (also known as mnemonics). It is frequently used to enable quick keyboard access to controls such as a TextBox.

#Label control in WPF
#How to create and use a label control
#Access Keys aka Mnemonics for label in WPF

Code sample : https://crudzone.wordpress.com/wpf/

Loading comments...