<Style TargetType="dxlc:LayoutItem">
            <Setter Property="AddColonToLabel" Value="True"/>
            <Setter Property="LabelTemplate">
                <Setter.Value>
                    <DataTemplate>
                        <TextBlock Text="{Binding}" MaxWidth="100" TextWrapping="Wrap"/>
                    </DataTemplate>
                </Setter.Value>
            </Setter>
        </Style>

 

相关文章:

  • 2021-11-07
  • 2021-07-18
  • 2021-10-07
  • 2021-05-17
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2023-02-20
  • 2021-11-21
  • 2021-11-24
  • 2022-12-23
  • 2021-05-24
  • 2021-11-26
  • 2022-12-23
相关资源
相似解决方案