Исходный код вики Сценарии
Редактировал(а) Alexandr Fokin 2024/11/30 18:57
Последние авторы
| author | version | line-number | content |
|---|---|---|---|
| 1 | |(% style="width:187px" %)Canvas и привязка|(% style="width:1297px" %)Как подружить Canvas и ItemsSource в WPF и AvaloniaUI | ||
| 2 | [[https:~~/~~/habr.com/ru/post/686438/>>https://habr.com/ru/post/686438/]] | ||
| 3 | |(% style="width:187px" %) |(% style="width:1297px" %)Custom Shape | ||
| 4 | [[https:~~/~~/www.i-programmer.info/programming/wpf-workings/740-custom-shape.html>>https://www.i-programmer.info/programming/wpf-workings/740-custom-shape.html]] | ||
| 5 | |(% style="width:187px" %)Получение сущности|(% style="width:1297px" %)((( | ||
| 6 | Button in a column, getting the row from which it came on the Click event handler | ||
| 7 | [[https:~~/~~/stackoverflow.com/questions/1168976/button-in-a-column-getting-the-row-from-which-it-came-on-the-click-event-handle>>https://stackoverflow.com/questions/1168976/button-in-a-column-getting-the-row-from-which-it-came-on-the-click-event-handle]] | ||
| 8 | |||
| 9 | |||
| 10 | {{code language="c#"}} | ||
| 11 | private void Button_Click(object sender, RoutedEventArgs e) | ||
| 12 | { | ||
| 13 | var node = ((FrameworkElement)sender).DataContext as <type>; | ||
| 14 | } | ||
| 15 | {{/code}} | ||
| 16 | ))) | ||
| 17 | |(% style="width:187px" %)XAMl и nullable|(% style="width:1297px" %){{code language="xaml"}}sys:Nullable`1[System.DateTime]{{/code}}((( | ||
| 18 | Nullable type in x:TypeArguments | ||
| 19 | [[https:~~/~~/stackoverflow.com/questions/34431590/nullable-type-in-xtypearguments>>https://stackoverflow.com/questions/34431590/nullable-type-in-xtypearguments]] | ||
| 20 | ))) | ||
| 21 | |||
| 22 | ---- | ||
| 23 | |||
| 24 | ==== Внутренние ссылки: ==== | ||
| 25 | |||
| 26 | ====== Дочерние страницы: ====== | ||
| 27 | |||
| 28 | {{children/}} | ||
| 29 | |||
| 30 | ====== Обратные ссылки: ====== | ||
| 31 | |||
| 32 | {{velocity}} | ||
| 33 | #set ($links = $doc.getBacklinks()) | ||
| 34 | #if ($links.size() > 0) | ||
| 35 | #foreach ($docname in $links) | ||
| 36 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
| 37 | * [[$escapetool.xml($rdoc.fullName)]] | ||
| 38 | #end | ||
| 39 | #else | ||
| 40 | No back links for this page! | ||
| 41 | #end | ||
| 42 | {{/velocity}} | ||
| 43 | |||
| 44 | ---- |