LiveCharts.Wpf.Separator.Separator C# (CSharp) 메소드

Separator() 공개 메소드

Initializes a new instance of Separator class
public Separator ( ) : System.Windows
리턴 System.Windows
        public Separator()
        {
            SetCurrentValue(IsEnabledProperty, true);
            SetCurrentValue(StrokeProperty, new SolidColorBrush(Color.FromRgb(240, 240, 240)));
            SetCurrentValue(StrokeThicknessProperty, 1d);
        }