C# Class nGantt.GanttChart.GanttRowPanel

Inheritance: System.Windows.Controls.Panel
Show file Open project: danwallentin/nGantt

Public Properties

Property Type Description
EndDateProperty System.Windows.DependencyProperty
MaxDateProperty System.Windows.DependencyProperty
MinDateProperty System.Windows.DependencyProperty
StartDateProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetEndDate ( DependencyObject obj ) : System.DateTime
GetStartDate ( DependencyObject obj ) : System.DateTime
SetEndDate ( DependencyObject obj, System.DateTime value ) : void
SetStartDate ( DependencyObject obj, System.DateTime value ) : void

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size

Private Methods

Method Description
ArrangeChild ( UIElement child, System.DateTime minDate, double pixelsPerTick, double elementHeight ) : void

Method Details

ArrangeOverride() protected method

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

GetEndDate() public static method

public static GetEndDate ( DependencyObject obj ) : System.DateTime
obj System.Windows.DependencyObject
return System.DateTime

GetStartDate() public static method

public static GetStartDate ( DependencyObject obj ) : System.DateTime
obj System.Windows.DependencyObject
return System.DateTime

MeasureOverride() protected method

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
return System.Windows.Size

SetEndDate() public static method

public static SetEndDate ( DependencyObject obj, System.DateTime value ) : void
obj System.Windows.DependencyObject
value System.DateTime
return void

SetStartDate() public static method

public static SetStartDate ( DependencyObject obj, System.DateTime value ) : void
obj System.Windows.DependencyObject
value System.DateTime
return void

Property Details

EndDateProperty public static property

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

MaxDateProperty public static property

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

MinDateProperty public static property

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

StartDateProperty public static property

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