C# Class CoderForRent.Charting.Gantt.GanttRow

Inheritance: System.Windows.Controls.Control
Exibir arquivo Open project: jogibear9988/SlGanttChart Class Usage Examples

Public Properties

Property Type Description
GapBackgroundBrushProperty System.Windows.DependencyProperty
GapBorderBrushProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
GanttRow_MouseLeave void
GanttRow_MouseLeftButtonDown void
GanttRow_MouseLeftButtonUp void
GanttRow_MouseMove void
GenerateItems void
GetTimeSpanFromDistance System.TimeSpan
Invalidate void

Public Methods

Method Description
GanttRow ( ) : System
GanttRow ( IGanttNode node ) : System
OnApplyTemplate ( ) : void

Protected Methods

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

Private Methods

Method Description
GanttRow_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
GanttRow_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
GanttRow_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
GanttRow_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
GenerateItems ( ) : void
GetTimeSpanFromDistance ( double distance ) : System.TimeSpan
Invalidate ( ) : void

Method Details

ArrangeOverride() protected method

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

GanttRow() public method

public GanttRow ( ) : System
return System

GanttRow() public method

public GanttRow ( IGanttNode node ) : System
node IGanttNode
return System

MeasureOverride() protected method

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

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

GapBackgroundBrushProperty public_oe static_oe property

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

GapBorderBrushProperty public_oe static_oe property

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