mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-05 09:10:52 +08:00
13 lines
324 B
C#
13 lines
324 B
C#
|
|
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; }
|
||
|
|
}
|
||
|
|
}
|