更新整理

This commit is contained in:
GG Z
2025-04-24 20:56:44 +08:00
parent 155cef46f8
commit 5b6d67b571
813 changed files with 14437 additions and 12362 deletions

View File

@@ -9,7 +9,7 @@ namespace WPFluent.Controls;
/// 设置DataTempate
/// </summary>
/// <example>
/// <controls:RunningLine.LineTemplate><DataTemplate><StackPanelEx Orientation = "Horizontal" >< Path
/// <controls:RunningLine.LineTemplate><DataTemplate><AutoStackPanel Orientation = "Horizontal" >< Path
/// VerticalAlignment="Center" Data="M21.2575 9.44627V2.38044H22.8083V2.87294C23.9958 2.12794 26.1758 2.16461 27.285
/// 3.37878C27.8333 2.78461 28.5008 2.37877 29.4942 2.37877C30.8275 2.37877 32.365 3.13961 32.4617 4.69294C32.5025
/// 5.84378 32.4875 8.16711 32.5 9.44294H30.965C30.96 8.45627 30.965 6.69794 30.965 5.71127C30.965 5.51877 30.965
@@ -46,7 +46,7 @@ namespace WPFluent.Controls;
/// 4.49366V9.44532H48.6375V2.91699Z" Fill="White"/><Ellipse Width = "4" Height="4" VerticalAlignment="Center"
/// Margin="40 0 0 0" Fill="#E5FF00"/><TextBlock Foreground = "White" VerticalAlignment="Center" Margin="40 0 0 0"
/// Text="custom aec software development"/><Ellipse Width = "4" Height="4" VerticalAlignment="Center" Margin="40 0"
/// Fill="#E5FF00"/></StackPanelEx></DataTemplate></controls:RunningLine.LineTemplate>
/// Fill="#E5FF00"/></AutoStackPanel></DataTemplate></controls:RunningLine.LineTemplate>
/// </example>
public class RunningLine : ContentControl
{