C# Class CoderForRent.Charting.Gantt.GanttRow

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: jogibear9988/SlGanttChart Class Usage Examples

Méthodes publiques

Свойство Type Description
GapBackgroundBrushProperty System.Windows.DependencyProperty
GapBorderBrushProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
GanttRow_MouseLeave void
GanttRow_MouseLeftButtonDown void
GanttRow_MouseLeftButtonUp void
GanttRow_MouseMove void
GenerateItems void
GetTimeSpanFromDistance System.TimeSpan
Invalidate void

Méthodes publiques

Méthode Description
GanttRow ( ) : System
GanttRow ( IGanttNode node ) : System
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size

Private Methods

Méthode 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 méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

GanttRow() public méthode

public GanttRow ( ) : System
Résultat System

GanttRow() public méthode

public GanttRow ( IGanttNode node ) : System
node IGanttNode
Résultat System

MeasureOverride() protected méthode

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
Résultat System.Windows.Size

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

Property Details

GapBackgroundBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows GapBackgroundBrushProperty
Résultat System.Windows.DependencyProperty

GapBorderBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows GapBorderBrushProperty
Résultat System.Windows.DependencyProperty