C# Class GuiComp.SortAdorner

Inheritance: System.Windows.Documents.Adorner
Exibir arquivo Open project: ufasoft/coin Class Usage Examples

Public Methods

Method Description
SortAdorner ( UIElement element, ListSortDirection dir ) : System

Protected Methods

Method Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Method Details

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
return void

SortAdorner() public method

public SortAdorner ( UIElement element, ListSortDirection dir ) : System
element UIElement
dir ListSortDirection
return System