Skip to content

Latest commit

 

History

History
245 lines (137 loc) · 7.1 KB

File metadata and controls

245 lines (137 loc) · 7.1 KB

Control Gallery

This gallery outlines the screenshots used to show the visible controls in the WPF Framework demo applications. Blue theme is the default capture style. Light and Dark screenshots are included only where they show theme coverage.

Screenshots belong in docs/assets/gallery/ using the filenames shown below.

Contents

FrameworkUI

Demo source: src/FrameworkUI.Demo/

Application Shell

FrameworkUI shell in blue theme

Application shell with project explorer, docking documents, properties, messages, menus, and toolbar.

See: Architecture, Themes

Theme Comparison

FrameworkUI shell in light theme

Light theme capture of the same shell layout.

FrameworkUI shell in dark theme

Dark theme capture of the same shell layout.

See: Themes

Hazard Document

FrameworkUI hazard document in blue theme

Document view with an OxyPlot chart, vertical plot toolbar, tabular results, and properties workflow.

See: OxyPlot Controls, Generic Controls

GenericControls

Demo source: src/GenericControls.Demo/

Input Controls

Generic input controls in blue theme

Name, numeric, slider, resizable text, grid length, and thickness input controls.

See: Generic Controls

Date, Time, and Color

Generic date, time, and color controls in blue theme

Clock, date/time inputs, color picker, and color picker popup.

See: Generic Controls

Property Editors

Generic property editors in blue theme

Property editors for text, numbers, booleans, fonts, colors, lines, alignment, points, dates, and custom content.

See: Generic Controls

Data Grid

Generic data grid controls in blue theme

Data grid toolbar and copy/paste data grid controls for editable tabular workflows.

See: Generic Controls

Color Collection

Generic color collection editor in blue theme

Editable color collection with popup color editing.

See: Generic Controls

NumericControls

Demo source: src/NumericControls.Demo/

Distribution Selector

Numeric distribution selector in blue theme

Distribution selector with fitting options, parameters, plot, and statistics.

See: Numeric Controls

Uncertain Curve Editor

Numeric uncertain curve editor in blue theme

Curve editor for ordered data with uncertainty.

See: Numeric Controls

Uncertain Table Editor

Numeric uncertain table editor in blue theme

Table editor for uncertain ordered data.

See: Numeric Controls

Curve Editor

Numeric curve editor in blue theme

Curve editor for ordered numeric data.

See: Numeric Controls

Probability Ordinates

Numeric probability ordinates in blue theme

Editor for probability ordinate sets.

See: Numeric Controls

Time Series

Numeric time series table in blue theme

Time series table with selectable sample data sets.

See: Numeric Controls

Bin Definitions

Numeric bin definitions in blue theme

Editor for bin definitions used by numeric workflows.

See: Numeric Controls

Bivariate CDF

Numeric bivariate CDF in blue theme

Bivariate empirical CDF control.

See: Numeric Controls

OxyPlotControls

Demo source: src/OxyPlotControls.Demo/

Plot Toolbar

OxyPlot toolbar in blue theme

Plot view with vertical toolbar for pan, zoom, annotation, export, and properties.

See: OxyPlot Controls

Plot Properties

OxyPlot properties in blue theme

Properties panel for axes, series, annotations, legends, and layout settings.

See: OxyPlot Controls

Series Selector

OxyPlot series selector in blue theme

Series selector for line, scatter, histogram, bar, box plot, area, heat map, pie, and large-data examples.

See: OxyPlot Controls

DatabaseControls

Demo source: src/DatabaseControls.Demo/

Table Viewer

Database table viewer in blue theme

Table viewer with file/table selection, editable cells, row/column/cell selection, autofit columns, and field calculator access.

See: Database Controls

ExpressionParserControls

Demo source: src/ExpressionParserControls.Demo/

Calculator Control

Expression calculator in blue theme

Calculator control with expression editor, operator buttons, function browser, expression builder, and result output.

See: Database Controls

DAGControls

Demo source: src/DAG.Demo/

Flow Graph Canvas

DAG flow graph canvas in blue theme

Flow graph canvas with nodes, connectors, add-node workflow, and connection feedback.

See: DAG Controls