첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
------------------------------------------------------------------------------------------------------------------------------------------------------
728x90
728x170
<Window.Resources>
    <Style x:Key="CustomLabelStyleKey"
        TargetType="lc:LayoutItemLabel">
        <Setter Property="Foreground" Value="#ffff0000" />
    </Style>
</Window.Resources>
<lc:LayoutControl x:Name="layoutControl">
    <lc:LayoutGroup
        View="GroupBox"
        Orientation="Vertical"
        Header="Group 1">
        <lc:LayoutItem
            LabelStyle="{StaticResource CustomLabelStyleKey}"
            Label="Model :">
            <TextBlock Text="530i" />
        </lc:LayoutItem>
        ...
    </lc:LayoutGroup>
</lc:LayoutControl>

※ xmlns:lc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol"

728x90
그리드형(광고전용)
Posted by icodebroker
,