Create Label controls that have access keys and support text wrapping. : Label « Windows Presentation Foundation « C# / CSharp Tutorial






<StackPanel
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="LabelSimple.Pane1">

            <DockPanel Margin="30,10,3,3" Grid.Column="0" Grid.Row="2">
            <!--<Snippet1>-->
            <TextBox Name="tb" Width="50"/>
            <Label Target="{Binding ElementName=tb}">_File (Press Alt to see the underline)</Label>
            <!--</Snippet1>-->
        </DockPanel>
    
</StackPanel>
WPF Create Label Controls That Have Access Keys And Support Text Wrapping








24.20.Label
24.20.1.Create Label controls that have access keys and support text wrapping.Create Label controls that have access keys and support text wrapping.
24.20.2.Text Wrapping LabelText Wrapping Label
24.20.3.Set AccessText for LabelSet AccessText for Label
24.20.4.Binding Label to TextBoxBinding Label to TextBox
24.20.5.Embedded FontEmbedded Font