Class GanttViewPrintSettings
Inheritance
System.Object
GanttViewPrintSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewPrintSettings : IDisposable
Constructors
GanttViewPrintSettings()
Declaration
public GanttViewPrintSettings()
Properties
DataCellBorder
Declaration
public Color DataCellBorder { get; set; }
Property Value
System.Drawing.Color
|
DataCellFill
Declaration
public Color DataCellFill { get; set; }
Property Value
System.Drawing.Color
|
DataCellFont
Declaration
public Font DataCellFont { get; set; }
Property Value
System.Drawing.Font
|
DataCellForeColor
Declaration
public Color DataCellForeColor { get; set; }
Property Value
System.Drawing.Color
|
HeaderCellBorder
Declaration
public Color HeaderCellBorder { get; set; }
Property Value
System.Drawing.Color
|
HeaderCellFill
Declaration
public Color HeaderCellFill { get; set; }
Property Value
System.Drawing.Color
|
HeaderCellFont
Declaration
public Font HeaderCellFont { get; set; }
Property Value
System.Drawing.Font
|
HeaderCellForeColor
Declaration
public Color HeaderCellForeColor { get; set; }
Property Value
System.Drawing.Color
|
LinksColor
Declaration
public Color LinksColor { get; set; }
Property Value
System.Drawing.Color
|
MilestoneTaskBorder
Declaration
public Color MilestoneTaskBorder { get; set; }
Property Value
System.Drawing.Color
|
MilestoneTaskFill
Declaration
public Color MilestoneTaskFill { get; set; }
Property Value
System.Drawing.Color
|
PrintDirection
Declaration
public GanttPrintDirection PrintDirection { get; set; }
Property Value
GanttPrintDirection
|
PrintTextViewPart
Declaration
public bool PrintTextViewPart { get; set; }
Property Value
System.Boolean
|
SummaryTaskBorder
Declaration
public Color SummaryTaskBorder { get; set; }
Property Value
System.Drawing.Color
|
SummaryTaskFill
Declaration
public Color SummaryTaskFill { get; set; }
Property Value
System.Drawing.Color
|
TaskBorder
Declaration
public Color TaskBorder { get; set; }
Property Value
System.Drawing.Color
|
TaskFill
Declaration
public Color TaskFill { get; set; }
Property Value
System.Drawing.Color
|
TaskFont
Declaration
public Font TaskFont { get; set; }
Property Value
System.Drawing.Font
|
TaskForeColor
Declaration
public Color TaskForeColor { get; set; }
Property Value
System.Drawing.Color
|
TimelineBottomRowBorder
Declaration
public Color TimelineBottomRowBorder { get; set; }
Property Value
System.Drawing.Color
|
TimelineBottomRowFill
Declaration
public Color TimelineBottomRowFill { get; set; }
Property Value
System.Drawing.Color
|
TimelineBottomRowFont
Declaration
public Font TimelineBottomRowFont { get; set; }
Property Value
System.Drawing.Font
|
TimelineBottomRowForeColor
Declaration
public Color TimelineBottomRowForeColor { get; set; }
Property Value
System.Drawing.Color
|
TimelineTopRowBorder
Declaration
public Color TimelineTopRowBorder { get; set; }
Property Value
System.Drawing.Color
|
TimelineTopRowFill
Declaration
public Color TimelineTopRowFill { get; set; }
Property Value
System.Drawing.Color
|
TimelineTopRowFont
Declaration
public Font TimelineTopRowFont { get; set; }
Property Value
System.Drawing.Font
|
TimelineTopRowForeColor
Declaration
public Color TimelineTopRowForeColor { get; set; }
Property Value
System.Drawing.Color
|
TimelineVisibleOnEveryPage
Declaration
public bool TimelineVisibleOnEveryPage { get; set; }
Property Value
System.Boolean
|
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()