C# Class Bevisuali.UX.CenteredGrid

Ensures the grid is always centered at (0,0) in its parent, by apply a render transform once this grid's size is known.
Inheritance: System.Windows.Controls.Grid
Datei anzeigen Open project: duckmaestro/F-AI

Protected Methods

Method Description
OnRender ( System drawingContext ) : void

Method Details

OnRender() protected method

protected OnRender ( System drawingContext ) : void
drawingContext System
return void