Class GanttStripline
Represents the class for strip line.
Inheritance
System.Object
GanttStripline
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class GanttStripline : Object, INotifyPropertyChanged
Constructors
GanttStripline()
Declaration
public GanttStripline()
Properties
Label
Gets or sets the content for the label.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
Position
Gets or sets the position of the GanttStripline in the Gantt chart.
Declaration
public object Position { get; set; }
Property Value
Type |
---|
System.Object |
Stroke
Gets or sets the stroke for the GanttStripline.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
StrokeDashArray
Gets or sets a Windows.UI.Xaml.Media.DoubleCollection value that indicate the pattern of dashes and gaps for the GanttStripline.
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.DoubleCollection |
StrokeThickness
Gets or sets the thickness of the GanttStripline.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged