Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GanttViewPrintSettings : IDisposable
Inheritance: objectGanttViewPrintSettings
Implements:
Constructors
C#
public GanttViewPrintSettings()
Properties
C#
public Color DataCellBorder { get; set; }
C#
public Color DataCellFill { get; set; }
C#
public Font DataCellFont { get; set; }
C#
public Color DataCellForeColor { get; set; }
C#
public Color HeaderCellBorder { get; set; }
C#
public Color HeaderCellFill { get; set; }
C#
public Font HeaderCellFont { get; set; }
C#
public Color HeaderCellForeColor { get; set; }
C#
public Color LinksColor { get; set; }
C#
public Color MilestoneTaskBorder { get; set; }
C#
public Color MilestoneTaskFill { get; set; }
C#
public GanttPrintDirection PrintDirection { get; set; }
C#
public bool PrintTextViewPart { get; set; }
C#
public Color SummaryTaskBorder { get; set; }
C#
public Color SummaryTaskFill { get; set; }
C#
public Color TaskBorder { get; set; }
C#
public Color TaskForeColor { get; set; }
C#
public Color TimelineBottomRowBorder { get; set; }
C#
public Color TimelineBottomRowFill { get; set; }
C#
public Font TimelineBottomRowFont { get; set; }
C#
public Color TimelineBottomRowForeColor { get; set; }
C#
public Color TimelineTopRowBorder { get; set; }
C#
public Color TimelineTopRowFill { get; set; }
C#
public Font TimelineTopRowFont { get; set; }
C#
public Color TimelineTopRowForeColor { get; set; }
C#
public bool TimelineVisibleOnEveryPage { get; set; }
Methods
C#
public void Dispose()
Implements: