Class GanttScheduleRowInfo
Represents a class that will used to provide infromation about a Schedule row.
Inheritance
System.Object
GanttScheduleRowInfo
Implements
System.ICloneable
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class GanttScheduleRowInfo : Object, ICloneable
Constructors
GanttScheduleRowInfo()
Initializes a new instance of the GanttScheduleRowInfo class.
Declaration
public GanttScheduleRowInfo()
Properties
CellsPerUnit
Sets the cells per unit.
Declaration
public double CellsPerUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The cells per unit. |
CellTextFormat
Gets or sets the cell text format.
Declaration
public string CellTextFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The cell text format. |
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.HorizontalAlignment | The horizontal alignment. |
PixelsPerUnit
Sets the pixels per unit.
Declaration
public double PixelsPerUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The pixels per unit. |
TimeUnit
Gets or sets the timeunit.
Declaration
public TimeUnit TimeUnit { get; set; }
Property Value
Type | Description |
---|---|
TimeUnit | The timeunit. |
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.VerticalAlignment | The vertical alignment. |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
Implements
System.ICloneable