menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttStripline - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved