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
그리드형(광고전용)
'DevExpress > WPF' 카테고리의 다른 글
[DEVEXPRESS/WPF] RichEditControl 클래스 : 줄 번호 표시하기 (0) | 2014.05.01 |
---|---|
[DEVEXPRESS/WPF] IProgressIndicationService 인터페이스 사용하기 (0) | 2014.04.29 |
[DEVEXPRESS/WPF] LayoutControl 클래스 : 레이아웃 복원하기 (0) | 2014.04.23 |
[DEVEXPRESS/WPF] LayoutControl 클래스 : 레이아웃 저장하기 (0) | 2014.04.23 |
[DEVEXPRESS/WPF] LayoutControl 엘리먼트 : ItemStyle 속성을 사용해 레이아웃 항목 레이블을 정의하는 DataTemplate 설정하기 (0) | 2014.04.23 |
[DEVEXPRESS/WPF] LayoutControl 엘리먼트 : ItemStyle 속성을 사용해 레이아웃 항목 레이블 스타일 설정하기 (0) | 2014.04.23 |
[DEVEXPRESS/WPF] LayoutGroup 엘리먼트 : GroupBoxStyle 속성을 사용해 그룹 박스 스타일 설정하기 (0) | 2014.04.23 |
[DEVEXPRESS/WPF] LayoutControl 클래스 : AvailableItems 속성 사용하기 (0) | 2014.04.23 |
[DEVEXPRESS/WPF] FlowLayoutControl 엘리먼트 사용하기 (0) | 2014.04.20 |
[DEVEXPRESS/WPF] LayoutItem 엘리먼트 사용하기 (0) | 2014.04.20 |