C# Class Yuhan.WPF.DsxGridCtrl.SortAdorner

Inheritance: System.Windows.Documents.Adorner
Datei anzeigen Open project: hansuky/Yuhan

Private Properties

Property Type Description

Public Methods

Method Description
SortAdorner ( UIElement element, ListSortDirection sortDirection ) : 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 sortDirection ) : System
element UIElement
sortDirection ListSortDirection
return System