C# Class CoderForRent.Charting.TimespanHeader.TimespanHeaderRow

Inheritance: System.Windows.Controls.Control
Show file Open project: jogibear9988/SlGanttChart

Public Properties

Property Type Description
CellBackgroundProperty System.Windows.DependencyProperty
CellBorderBrushProperty System.Windows.DependencyProperty
CellBorderThicknessProperty System.Windows.DependencyProperty
CellFormatProperty System.Windows.DependencyProperty
CellHorizontalAlignmentProperty System.Windows.DependencyProperty
CellVerticalAlignmentProperty System.Windows.DependencyProperty
CurrentTimeProperty System.Windows.DependencyProperty
TimeUnitProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void
TimespanHeaderRow ( ) : System

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size

Private Methods

Method Description
GenerateCells ( ) : void
GetCell ( System.DateTime time ) : TimespanHeaderCell
ResetFormatting ( ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

TimespanHeaderRow() public method

public TimespanHeaderRow ( ) : System
return System

Property Details

CellBackgroundProperty public static property

public static DependencyProperty,System.Windows CellBackgroundProperty
return System.Windows.DependencyProperty

CellBorderBrushProperty public static property

public static DependencyProperty,System.Windows CellBorderBrushProperty
return System.Windows.DependencyProperty

CellBorderThicknessProperty public static property

public static DependencyProperty,System.Windows CellBorderThicknessProperty
return System.Windows.DependencyProperty

CellFormatProperty public static property

public static DependencyProperty,System.Windows CellFormatProperty
return System.Windows.DependencyProperty

CellHorizontalAlignmentProperty public static property

public static DependencyProperty,System.Windows CellHorizontalAlignmentProperty
return System.Windows.DependencyProperty

CellVerticalAlignmentProperty public static property

public static DependencyProperty,System.Windows CellVerticalAlignmentProperty
return System.Windows.DependencyProperty

CurrentTimeProperty public static property

public static DependencyProperty,System.Windows CurrentTimeProperty
return System.Windows.DependencyProperty

TimeUnitProperty public static property

public static DependencyProperty,System.Windows TimeUnitProperty
return System.Windows.DependencyProperty