# Nexamas UI Copy-Paste Examples

These examples are source-verified snippets for SDK consumers. They use public Nexamas UI APIs only and are intentionally independent from the Showcase.

## Start here

1. [Application window quickstart](application-window-quickstart.md)
2. [Basic controls example](controls-basic-example.md)
3. [Layout page example](layout-page-example.md)
4. [Application surface example](application-surface-example.md)
5. [Theme and surface example](theme-surface-example.md)
6. [DataGrid / DataView example](datagrid-example.md)
7. [Output example](output-example.md)
8. [Render Verification example](render-verification-example.md)
9. [Localization / RTL page example](localization-rtl-page-example.md)
10. [Product control examples](product-controls/README.md)

## What these examples prove

They show public usage patterns that are visible in the Nexamas UI source:

- application attachment through `MASApplication` and `MASApplicationWindow`
- control creation through `MASApplicationWindow.Controls.Add*` factories
- layout through `LayoutPage` and `LayoutApplicationSurface`
- theme selection through `MASApplication.Theme` / `MASApplicationWindow.Theme`
- surface material selection through `MASApplicationSurfaceMaterialGateway`
- data presentation through `MASDataGrid` / `MASDataView`
- output through `MASApplication.Output`
- proof dashboards through public `MASRenderVerification` and `MASLocalizationRtl` gateways

## Boundary

Do not copy internal types from the Nexamas UI source tree into consumer code. The examples intentionally avoid internal engines, raw host access, Showcase pages, quality orchestrators, layout engines, and renderer internals.

## Validation note

The snippets are built from public APIs inspected in source. They still need final compile validation in a Windows/.NET Framework 4.8 consumer project.
