mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-13 20:56:35 +08:00
项目结构调整
This commit is contained in:
13
Others/Live-Charts-master/Core40/DateSeparatorElementCore.cs
Normal file
13
Others/Live-Charts-master/Core40/DateSeparatorElementCore.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace LiveCharts
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class DateSeparatorElementCore : SeparatorElementCore
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this separator is a header separator
|
||||
/// </summary>
|
||||
public bool IsHeader { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user