-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.backup
More file actions
700 lines (675 loc) · 36.2 KB
/
readme.backup
File metadata and controls
700 lines (675 loc) · 36.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
<Page
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Background="#505050">
<Grid Width="800" Margin="20" Background="#0000">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="200"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<ScrollViewer Grid.Column="1" Margin="0,20">
<TextBlock
Grid.Column="1"
Margin="0,0,20,0"
FontFamily="Georgia"
FontSize="12pt"
Foreground="#8FFF"
LineHeight="18pt"
TextWrapping="Wrap">
<TextBlock.Resources>
<Style x:Key="SectionTitle" TargetType="{x:Type Run}">
<Setter Property="Foreground" Value="White"/>
<Setter Property="FontSize" Value="14pt"/>
</Style>
</TextBlock.Resources>
<Run FontSize="18pt" Foreground="White">
Welcome to Kaxaml!
</Run>
<LineBreak/>
<LineBreak/>
<Run>
Kaxaml is a hobby and was created to be shared, so thanks for downloading! First of all, this
is version 1.0 but, between you and me, it should probably still be a beta. So far the entire
testing team consists of me and my three year old (he's in charge of stress testing). So
if you run into bugs, let me know and I'll try to fix them (there's a link in the About plugin). On the
other hand, as a hobby, Kaxaml usually ends up last on my todo list so turn around might be
slow and support pretty minimal. Sorry. At least it's free.
</Run>
<LineBreak/>
<LineBreak/>
<Run Style="{StaticResource SectionTitle}">
Why Kaxaml?
</Run>
<LineBreak/>
<LineBreak/>
<Run>
To be honest, I use Kaxaml less today than I did when I started this project but it's still
an important part of my everyday workflow for WPF and Silverlight. Here's how I use it:
</Run>
<LineBreak/>
<LineBreak/>
<Run>
1. There are a lot of tasks where I simply want to handcode some XAML and see the results immediately.
VS 2008 let's me do this, but a lot of times I want a place to brainstorm and Kaxaml is outside
of my project and a more comfortable environemnt for doing that.
</Run>
<LineBreak/>
<LineBreak/>
<Run>
2. It's good for previewing XAML. I've got a lot of XAML files floating around on my hard drive
and Kaxaml gives me a way to open those and see, copy or edit the XAML.
</Run>
<LineBreak/>
<LineBreak/>
<Run>
3. Finally, Kaxaml is a handy way to learn about XAML or teach someone about XAML. The very
first version of Kaxaml was created for a talk I gave at MIX 06. Now that you have a "splitview"
in both VS2008 and Blend 2, there are other ways to get the immediate feedback that comes from
typing something and seeing it update instantly. Kaxaml, though, is still a really lightweight way to
get up and running with XAML and now that it supports intellisense, it's a good way to cut your teeth.
</Run>
<LineBreak/>
<LineBreak/>
<Run Style="{StaticResource SectionTitle}">
So What's New?
</Run>
<LineBreak/>
<LineBreak/>
<Run>
I'm glad you asked. This is actually the reason I put the readme together. A lot has happened
since the last version. Much of the app (most of the user interface) was rewritten and there's been
some serious feature creep. More importantly, there are a couple of features that you probably
wouldn't discover on your own (specifically, #4, #6 and #7). So, here are the top ten new features.
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
1. Intellisense / code completion
</Run>
<LineBreak/>
<Run>
This has the most requested feature by far. I ended up writing this from scratch even though
the text editor I've been using (see #2) already supported it because I didn't like the UI (see #3).
The Intellisense is based on an XSD so it will be roughly equivalent to the support you get in VS2005.
Right
now it only supports WPF (no Silverlight) but the plumbing is all there for a future update.
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
2. A better editor
</Run>
<LineBreak/>
<Run>
I can't take most of the credit for this one because I'm hosting the editor from the SharpDevelop
project and I got a lot of cool stuff (syntax highlighting, line numbers, automatic indenting,
node collapsing, tab to space translation, etc.) for free. A big thanks to SharpDevelop community
for making all of this stuff easy.
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
3. New UI
</Run>
<LineBreak/>
<Run>
The New UI definitely in the spirit of original Kaxaml, but (hopefully) cleaner and nicer. I played
with some other ideas (like a floating plugin bar, resizeable plugins, etc.) but I really like the
simplicity of the current model and didn't want to abandon it. Visually, I purposely kept it dark and
flat so that whatever content you're working on is the thing that pops. Unfortuately, I ended up
removing the full screen view and the ability to swap the code editor up to the top. These are not
tough features to add, I just wanted to get this out the door. Expect them in future updates.
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
4. Better snippets
</Run>
<LineBreak/>
<Run>
Two new things here: first, you can right click on a snippet now and edit it in a popup snippet code editor. Second (and
this is the hidden feature), you can assign each snippet a shortcut and then access it from a drop down in the code editor.
The hidden part is the shortcut key. It's Alt-Down. Right now, there is no other way to access that. Yeah, that's a
probably a design flaw but now you're part of the exclusive group who knows so let's move on. By the way, the snippets file
format hasn't changed so you can hang on to you original snippets. Hopefully, you backed up your copy. The old installer
didn't automatically keep it around for you. The file is in the Program Files folder and it's called KaxamlSnippets.xml.
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
5. Tabs
</Run>
<LineBreak/>
<Run>
This one is pretty self explanatory. You can open up more than one file now. Also, if you hover over the tabs you can see
a preview. Ctrl+T will open a new tab. Ctrl+W will close one. There are some shortcomings still with tabs and hopefull I
can fix these in a futuer version. First, there's no tab overflow. If you run out of room, you'll need to close some tabs
to see the ones at the end. Second, I don't detect multipe instances of Kaxaml so double clicking a file will always
create a new instance.
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
6. A better color picker (with color synchronization)
</Run>
<LineBreak/>
<Run>
I rewrote the color picker. It's bigger now and you can tweak the individual RGBA or HSBA values. Also, your pallette
of saved colors gets saved now. The coolest feature, however, is the ability to synchronize the color picker with
your selected text in the editor. To use this, select a color and then choose the "plug" button in the color picker (it's
the top button, above copy and save). When you do this, the color picker will update to reflect your selected color. Then,
as you change the color in the color picker, it updates the color in the editor. This makes it really easy to fine tune
or tweak colors even when you're handcoding your XAML.
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
7. Zooming
</Run>
<LineBreak/>
<Run>
This was definitely lacking in previous versions. Now you can zoom in our on your content. In my prerelease use of Kaxaml, zooming
has turned out to be most surprisingly useful feature for me. The shortcut keys are the same as those in Blend (and most other
design tools). Ctrl+= will zoom in (think Ctrl++) and Ctrl+- will zoom out. Ctrl+1 returns to 100%. You can also
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
8. New plugins
</Run>
<LineBreak/>
<Run>
New plugins are: XamlScrubber (it formats your XAML and removes unnecessary properties that are commonly inserted by Blend) and
Snapshot (it lets you save an image of your content). The ColorPicker is also a proper plugin. So far the actual API exposed for
plugin authors is kind of spotty. I've been adding stuff as I need it to build the plugins I want to build. No one has ever
contacted me about writing their own plugins, but if you happen to embark on this path let me know and I will happily expose
new APIs for you. If the plugin is cool, I'll even include in the installer or put it on Kaxaml.com if you want. Another plugin
which you can expect soon in a Font Chooser. I had hoped to include it in this release, but got anxious to ship!
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
9. Silverlight support
</Run>
<LineBreak/>
<Run>
Kind of anyway. Right now it's just a big hack. I do some preprocessing on the XAML so that I can parse Silverlight XAML as WPF
XAML. The hack really just involves switching out the Silverlight namespace with the WPF namespace. That said, the plumbing to
someday have right support for Silverlight is all there. This will be the next thing I work on: real support for Silverlight xaml.
</Run>
<LineBreak/>
<LineBreak/>
<Run Foreground="White">
10. Better file management
</Run>
<LineBreak/>
<Run>
There were some bugs with the file management in previous versions. Sometimes you thought you had saved a file but hadn't. Worse,
sometimes you had saved a file you didn't mean to (and overwritten a previous version). That's (hopefully) cleared up now. Also,
you can drag a file into app and it will open. There's also kind of a quirky feature (but one that is super useful for me) that allows
you to drag or paste an image and it will copy the image into a predefined directory and then generate some XAML for you.
</Run>
<LineBreak/>
<LineBreak/>
<Run Style="{StaticResource SectionTitle}">
Disclaimers and stuff
</Run>
<LineBreak/>
<LineBreak/>
<Run>
I have a feeling that I'm supposed to disclaim something, but I'm not really sure what it is. Here's the thing: Kaxaml is a hobby and
it's free. It's not perfect (it might crash, corrupt your data, etc.) and I'm not profiting when you use it. I'll try to be a good
citizen about fixing bugs and helping you use it and I really do hope you like it. I've used some other open source assets in building
it. Hopefully, I've given everyone the credit they deserve but if I somehow forgot you or used content I wasn't supposed please do let
me know and I'll happily oblige any changes you'd like me to make.
</Run>
<LineBreak/>
<LineBreak/>
<Run>
And with that, thanks for reading! I can't believe you made it this far. Happy XAMLing.
</Run>
</TextBlock>
</ScrollViewer>
<Rectangle
Width="160"
Height="80"
Margin="0,90,0,0"
VerticalAlignment="Top">
<Rectangle.Fill>
<RadialGradientBrush>
<GradientStop Offset="0" Color="#3000"/>
<GradientStop Offset="1" Color="#0000"/>
</RadialGradientBrush>
</Rectangle.Fill>
<Rectangle.RenderTransform>
<SkewTransform AngleY="-5"/>
</Rectangle.RenderTransform>
</Rectangle>
<Viewport3D
Width="400"
Height="400"
HorizontalAlignment="Center"
Margin="0,-130,0,0"
VerticalAlignment="Top">
<Viewport3D.Camera>
<PerspectiveCamera
FarPlaneDistance="10"
FieldOfView="39.597"
LookDirection="0,0,-1"
NearPlaneDistance="2"
Position="0.124,-0.174,2.758"
UpDirection="0,1,0"/>
</Viewport3D.Camera>
<ModelVisual3D>
<ModelVisual3D.Content>
<Model3DGroup x:Name="Scene">
<!-- Scene (XAML Path = ) -->
<Model3DGroup.Transform>
<Transform3DGroup>
<TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
<ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
<RotateTransform3D>
<RotateTransform3D.Rotation>
<AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
</RotateTransform3D.Rotation>
</RotateTransform3D>
<TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
</Transform3DGroup>
</Model3DGroup.Transform>
<AmbientLight Color="#333333"/>
<DirectionalLight Color="#FFFFFF" Direction="-0.905,0.206,-0.371"/>
<DirectionalLight Color="#FFFFFF" Direction="-0.966,-0.253,0.027"/>
<DirectionalLight Color="#FFFFFF" Direction="-0.568,0.185,0.801"/>
<DirectionalLight Color="#FFFFFF" Direction="0,0,-1"/>
<Model3DGroup x:Name="Group_of_2_ObjectsOR12">
<Model3DGroup.Transform>
<Transform3DGroup>
<TranslateTransform3D OffsetX="-0.194" OffsetY="0.157" OffsetZ="-2.980e-008"/>
<ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
<RotateTransform3D>
<RotateTransform3D.Rotation>
<AxisAngleRotation3D Angle="14.255" Axis="0.958 0.282 0"/>
</RotateTransform3D.Rotation>
</RotateTransform3D>
<TranslateTransform3D OffsetX="0.194" OffsetY="-0.157" OffsetZ="2.980e-008"/>
</Transform3DGroup>
</Model3DGroup.Transform>
<Model3DGroup x:Name="Group_of_2_ObjectsOR14">
<Model3DGroup.Transform>
<Transform3DGroup>
<TranslateTransform3D OffsetX="-0.194" OffsetY="0.157" OffsetZ="-2.980e-008"/>
<ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
<RotateTransform3D>
<RotateTransform3D.Rotation>
<AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
</RotateTransform3D.Rotation>
</RotateTransform3D>
<TranslateTransform3D OffsetX="0.194" OffsetY="-0.157" OffsetZ="2.980e-008"/>
</Transform3DGroup>
</Model3DGroup.Transform>
<Model3DGroup x:Name="Group_of_2_ObjectsOR16">
<Model3DGroup.Transform>
<Transform3DGroup>
<TranslateTransform3D OffsetX="-0.194" OffsetY="0.157" OffsetZ="-2.980e-008"/>
<ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
<RotateTransform3D>
<RotateTransform3D.Rotation>
<AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
</RotateTransform3D.Rotation>
</RotateTransform3D>
<TranslateTransform3D OffsetX="0.194" OffsetY="-0.157" OffsetZ="2.980e-008"/>
</Transform3DGroup>
</Model3DGroup.Transform>
<Model3DGroup x:Name="Text04OR18">
<Model3DGroup.Transform>
<Transform3DGroup>
<TranslateTransform3D OffsetX="-0.008" OffsetY="0" OffsetZ="0"/>
<ScaleTransform3D ScaleX="0.8" ScaleY="0.8" ScaleZ="0.8"/>
<RotateTransform3D>
<RotateTransform3D.Rotation>
<AxisAngleRotation3D Angle="39.907" Axis="0 1 0"/>
</RotateTransform3D.Rotation>
</RotateTransform3D>
<TranslateTransform3D OffsetX="0.058" OffsetY="-0.156" OffsetZ="0.108"/>
</Transform3DGroup>
</Model3DGroup.Transform>
<Model3DGroup x:Name="Character04OR20">
<Model3DGroup.Transform>
<Transform3DGroup>
<TranslateTransform3D OffsetX="-0.310" OffsetY="-0.350" OffsetZ="0"/>
<ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
<RotateTransform3D>
<RotateTransform3D.Rotation>
<AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
</RotateTransform3D.Rotation>
</RotateTransform3D>
<TranslateTransform3D OffsetX="0.032" OffsetY="0" OffsetZ="0"/>
</Transform3DGroup>
</Model3DGroup.Transform>
<GeometryModel3D x:Name="Character04OR20GR21">
<GeometryModel3D.Material>
<MaterialGroup>
<DiffuseMaterial>
<DiffuseMaterial.Brush>
<SolidColorBrush Color="#F47A00" Opacity="1.000"/>
</DiffuseMaterial.Brush>
</DiffuseMaterial>
<SpecularMaterial SpecularPower="61.866">
<SpecularMaterial.Brush>
<SolidColorBrush Color="#FFFFFF" Opacity="1.000"/>
</SpecularMaterial.Brush>
</SpecularMaterial>
</MaterialGroup>
</GeometryModel3D.Material>
<GeometryModel3D.BackMaterial>
<MaterialGroup>
<DiffuseMaterial>
<DiffuseMaterial.Brush>
<SolidColorBrush Color="#F47A00" Opacity="1.000"/>
</DiffuseMaterial.Brush>
</DiffuseMaterial>
<SpecularMaterial SpecularPower="61.866">
<SpecularMaterial.Brush>
<SolidColorBrush Color="#FFFFFF" Opacity="1.000"/>
</SpecularMaterial.Brush>
</SpecularMaterial>
</MaterialGroup>
</GeometryModel3D.BackMaterial>
<GeometryModel3D.Geometry>
<MeshGeometry3D Normals="0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 " Positions="0.221,0.244,0.1 0.064,0,0.1 0.223,0.212,0.1 0.064,0.700,0.1 0.221,0.700,0.1 0.221,0,0.1 0.384,0.229,0.1 0.370,0,0.1 0.555,0,0.1 0.362,0.448,0.1 0.545,0.448,0.1 0.223,0.212,-0.1 0.064,0,-0.1 0.221,0.244,-0.1 0.221,0.700,-0.1 0.064,0.700,-0.1 0.221,0,-0.1 0.370,0,-0.1 0.384,0.229,-0.1 0.555,0,-0.1 0.545,0.448,-0.1 0.362,0.448,-0.1 " TriangleIndices="0,1,2 3,0,4 0,3,1 1,5,2 6,2,7 6,7,8 9,6,10 9,0,6 6,0,2 11,12,13 14,13,15 12,15,13 11,16,12 17,11,18 19,17,18 20,18,21 18,13,21 11,13,18 "/>
</GeometryModel3D.Geometry>
</GeometryModel3D>
<GeometryModel3D x:Name="Character04OR20GR23">
<GeometryModel3D.Material>
<MaterialGroup>
<DiffuseMaterial>
<DiffuseMaterial.Brush>
<SolidColorBrush Color="#F47A00" Opacity="1.000"/>
</DiffuseMaterial.Brush>
</DiffuseMaterial>
<SpecularMaterial SpecularPower="61.866">
<SpecularMaterial.Brush>
<SolidColorBrush Color="#FFFFFF" Opacity="1.000"/>
</SpecularMaterial.Brush>
</SpecularMaterial>
</MaterialGroup>
</GeometryModel3D.Material>
<GeometryModel3D.BackMaterial>
<MaterialGroup>
<DiffuseMaterial>
<DiffuseMaterial.Brush>
<SolidColorBrush Color="#F47A00" Opacity="1.000"/>
</DiffuseMaterial.Brush>
</DiffuseMaterial>
<SpecularMaterial SpecularPower="61.866">
<SpecularMaterial.Brush>
<SolidColorBrush Color="#FFFFFF" Opacity="1.000"/>
</SpecularMaterial.Brush>
</SpecularMaterial>
</MaterialGroup>
</GeometryModel3D.BackMaterial>
<GeometryModel3D.Geometry>
<MeshGeometry3D Normals="0,-1,0 0,-1,0 0,-1,0 0,-1,0 -0.822,-0.568,0 -0.822,-0.568,0 -0.822,-0.568,0 -0.822,-0.568,0 0.999,-0.009,0 0.999,-0.009,0 0.999,-0.009,0 0.999,-0.009,0 0,-1,0 0,-1,0 0,-1,0 0,-1,0 -1,0,0 -1,0,0 -1,0,0 -1,0,0 0,1,0 0,1,0 0,1,0 0,1,0 1,0,0 1,0,0 1,0,0 1,0,0 -0.821,0.570,0 -0.821,0.570,0 -0.821,0.570,0 -0.821,0.570,0 0,1,0 0,1,0 0,1,0 0,1,0 0.804,-0.593,0 0.804,-0.593,0 0.804,-0.593,0 0.804,-0.593,0 0.803,0.595,0 0.803,0.595,0 0.803,0.595,0 0.803,0.595,0 " Positions="0.555,0,-0.1 0.555,0,0.1 0.370,0,0.1 0.370,0,-0.1 0.370,0,-0.1 0.370,0,0.1 0.223,0.212,0.1 0.223,0.212,-0.1 0.223,0.212,-0.1 0.223,0.212,0.1 0.221,0,0.1 0.221,0,-0.1 0.221,0,-0.1 0.221,0,0.1 0.064,0,0.1 0.064,0,-0.1 0.064,0,-0.1 0.064,0,0.1 0.064,0.700,0.1 0.064,0.700,-0.1 0.064,0.700,-0.1 0.064,0.700,0.1 0.221,0.700,0.1 0.221,0.700,-0.1 0.221,0.700,-0.1 0.221,0.700,0.1 0.221,0.244,0.1 0.221,0.244,-0.1 0.221,0.244,-0.1 0.221,0.244,0.1 0.362,0.448,0.1 0.362,0.448,-0.1 0.362,0.448,-0.1 0.362,0.448,0.1 0.545,0.448,0.1 0.545,0.448,-0.1 0.545,0.448,-0.1 0.545,0.448,0.1 0.384,0.229,0.1 0.384,0.229,-0.1 0.384,0.229,-0.1 0.384,0.229,0.1 0.555,0,0.1 0.555,0,-0.1 " TriangleIndices="0,1,2 2,3,0 4,5,6 6,7,4 8,9,10 10,11,8 12,13,14 14,15,12 16,17,18 18,19,16 20,21,22 22,23,20 24,25,26 26,27,24 28,29,30 30,31,28 32,33,34 34,35,32 36,37,38 38,39,36 40,41,42 42,43,40 "/>
</GeometryModel3D.Geometry>
</GeometryModel3D>
</Model3DGroup>
</Model3DGroup>
<Model3DGroup x:Name="Extrusion01OR28">
<Model3DGroup.Transform>
<Transform3DGroup>
<TranslateTransform3D OffsetX="-0.008" OffsetY="0" OffsetZ="0"/>
<ScaleTransform3D ScaleX="0.8" ScaleY="0.8" ScaleZ="0.8"/>
<RotateTransform3D>
<RotateTransform3D.Rotation>
<AxisAngleRotation3D Angle="219.907" Axis="0 1 0"/>
</RotateTransform3D.Rotation>
</RotateTransform3D>
<TranslateTransform3D OffsetX="0.425" OffsetY="-0.157" OffsetZ="-0.188"/>
</Transform3DGroup>
</Model3DGroup.Transform>
<GeometryModel3D x:Name="Extrusion01OR28GR29">
<GeometryModel3D.Material>
<MaterialGroup>
<DiffuseMaterial>
<DiffuseMaterial.Brush>
<SolidColorBrush Color="#666666" Opacity="1.000"/>
</DiffuseMaterial.Brush>
</DiffuseMaterial>
<SpecularMaterial SpecularPower="66.56">
<SpecularMaterial.Brush>
<SolidColorBrush Color="#FFFFFF" Opacity="1.000"/>
</SpecularMaterial.Brush>
</SpecularMaterial>
</MaterialGroup>
</GeometryModel3D.Material>
<GeometryModel3D.BackMaterial>
<MaterialGroup>
<DiffuseMaterial>
<DiffuseMaterial.Brush>
<SolidColorBrush Color="#666666" Opacity="1.000"/>
</DiffuseMaterial.Brush>
</DiffuseMaterial>
<SpecularMaterial SpecularPower="66.56">
<SpecularMaterial.Brush>
<SolidColorBrush Color="#FFFFFF" Opacity="1.000"/>
</SpecularMaterial.Brush>
</SpecularMaterial>
</MaterialGroup>
</GeometryModel3D.BackMaterial>
<GeometryModel3D.Geometry>
<MeshGeometry3D Normals="0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 0,0,-1 " Positions="0.085,0.098,0.1 -0.056,-0.105,0.1 0.107,-0.120,0.1 -0.054,-0.137,0.1 0.092,-0.350,0.1 0.277,-0.350,0.1 0.268,0.098,0.1 0.107,-0.120,-0.1 -0.056,-0.105,-0.1 0.085,0.098,-0.1 -0.054,-0.137,-0.1 0.277,-0.350,-0.1 0.092,-0.350,-0.1 0.268,0.098,-0.1 " TriangleIndices="0,1,2 2,1,3 4,5,2 2,6,0 4,2,3 7,8,9 10,8,7 7,11,12 9,13,7 10,7,12 "/>
</GeometryModel3D.Geometry>
</GeometryModel3D>
<GeometryModel3D x:Name="Extrusion01OR28GR31">
<GeometryModel3D.Material>
<MaterialGroup>
<DiffuseMaterial>
<DiffuseMaterial.Brush>
<SolidColorBrush Color="#666666" Opacity="1.000"/>
</DiffuseMaterial.Brush>
</DiffuseMaterial>
<SpecularMaterial SpecularPower="66.56">
<SpecularMaterial.Brush>
<SolidColorBrush Color="#FFFFFF" Opacity="1.000"/>
</SpecularMaterial.Brush>
</SpecularMaterial>
</MaterialGroup>
</GeometryModel3D.Material>
<GeometryModel3D.BackMaterial>
<MaterialGroup>
<DiffuseMaterial>
<DiffuseMaterial.Brush>
<SolidColorBrush Color="#666666" Opacity="1.000"/>
</DiffuseMaterial.Brush>
</DiffuseMaterial>
<SpecularMaterial SpecularPower="66.56">
<SpecularMaterial.Brush>
<SolidColorBrush Color="#FFFFFF" Opacity="1.000"/>
</SpecularMaterial.Brush>
</SpecularMaterial>
</MaterialGroup>
</GeometryModel3D.BackMaterial>
<GeometryModel3D.Geometry>
<MeshGeometry3D Normals="0,-1,0 0,-1,0 0,-1,0 0,-1,0 -0.822,-0.568,0 -0.822,-0.568,0 -0.822,-0.568,0 -0.822,-0.568,0 -0.998,-0.062,0 -0.998,-0.062,0 -0.998,-0.062,0 -0.998,-0.062,0 -0.821,0.570,0 -0.821,0.570,0 -0.821,0.570,0 -0.821,0.570,0 0,1,0 0,1,0 0,1,0 0,1,0 0.804,-0.593,0 0.804,-0.593,0 0.804,-0.593,0 0.804,-0.593,0 0.803,0.595,0 0.803,0.595,0 0.803,0.595,0 0.803,0.595,0 " Positions="0.277,-0.350,-0.1 0.277,-0.350,0.1 0.092,-0.350,0.1 0.092,-0.350,-0.1 0.092,-0.350,-0.1 0.092,-0.350,0.1 -0.054,-0.137,0.1 -0.054,-0.137,-0.1 -0.054,-0.137,-0.1 -0.054,-0.137,0.1 -0.056,-0.105,0.1 -0.056,-0.105,-0.1 -0.056,-0.105,-0.1 -0.056,-0.105,0.1 0.085,0.098,0.1 0.085,0.098,-0.1 0.085,0.098,-0.1 0.085,0.098,0.1 0.268,0.098,0.1 0.268,0.098,-0.1 0.268,0.098,-0.1 0.268,0.098,0.1 0.107,-0.120,0.1 0.107,-0.120,-0.1 0.107,-0.120,-0.1 0.107,-0.120,0.1 0.277,-0.350,0.1 0.277,-0.350,-0.1 " TriangleIndices="0,1,2 2,3,0 4,5,6 6,7,4 8,9,10 10,11,8 12,13,14 14,15,12 16,17,18 18,19,16 20,21,22 22,23,20 24,25,26 26,27,24 "/>
</GeometryModel3D.Geometry>
</GeometryModel3D>
</Model3DGroup>
</Model3DGroup>
</Model3DGroup>
</Model3DGroup>
</Model3DGroup>
</ModelVisual3D.Content>
</ModelVisual3D>
</Viewport3D>
</Grid>
<Page.Resources>
<Style x:Key="ScrollBarPageButton" TargetType="{x:Type RepeatButton}">
<Setter Property="SnapsToDevicePixels" Value="True"/>
<Setter Property="OverridesDefaultStyle" Value="true"/>
<Setter Property="IsTabStop" Value="false"/>
<Setter Property="Focusable" Value="false"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<Border Background="Transparent"/>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="HorizontalScrollBarThumb" TargetType="{x:Type Thumb}">
<Setter Property="SnapsToDevicePixels" Value="True"/>
<Setter Property="OverridesDefaultStyle" Value="true"/>
<Setter Property="IsTabStop" Value="false"/>
<Setter Property="Focusable" Value="false"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Grid Background="Transparent">
<Border
Height="8"
Background="#FFF"
BorderThickness="0.5,1"
CornerRadius="3"/>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="VerticalScrollBarThumb" TargetType="{x:Type Thumb}">
<Setter Property="SnapsToDevicePixels" Value="True"/>
<Setter Property="OverridesDefaultStyle" Value="true"/>
<Setter Property="IsTabStop" Value="false"/>
<Setter Property="Focusable" Value="false"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Grid Background="Transparent">
<Border
Width="8"
Background="#FFF"
BorderThickness="1,0.5"
CornerRadius="3"/>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<ControlTemplate x:Key="VerticalScrollBar" TargetType="{x:Type ScrollBar}">
<Grid Width="8">
<Border Width="8" Background="#18000000" CornerRadius="3"/>
<Track Name="PART_Track" IsDirectionReversed="true">
<Track.DecreaseRepeatButton>
<RepeatButton Command="ScrollBar.PageUpCommand" Style="{StaticResource ScrollBarPageButton}"/>
</Track.DecreaseRepeatButton>
<Track.Thumb>
<Thumb x:Name="Thumb" Opacity="0.25" Style="{StaticResource VerticalScrollBarThumb}"/>
</Track.Thumb>
<Track.IncreaseRepeatButton>
<RepeatButton Command="ScrollBar.PageDownCommand" Style="{StaticResource ScrollBarPageButton}"/>
</Track.IncreaseRepeatButton>
</Track>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Trigger.EnterActions>
<BeginStoryboard>
<Storyboard>
<DoubleAnimation
Duration="0:0:0.25"
Storyboard.TargetName="Thumb"
Storyboard.TargetProperty="Opacity"
To="1"/>
</Storyboard>
</BeginStoryboard>
</Trigger.EnterActions>
<Trigger.ExitActions>
<BeginStoryboard>
<Storyboard>
<DoubleAnimation Duration="0:0:0.25" Storyboard.TargetName="Thumb" Storyboard.TargetProperty="Opacity"/>
</Storyboard>
</BeginStoryboard>
</Trigger.ExitActions>
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
<ControlTemplate x:Key="HorizontalScrollBar" TargetType="{x:Type ScrollBar}">
<Grid Height="8">
<Border Height="8" Background="#18000000" CornerRadius="3"/>
<Track Name="PART_Track" IsDirectionReversed="false">
<Track.DecreaseRepeatButton>
<RepeatButton Command="ScrollBar.PageUpCommand" Style="{StaticResource ScrollBarPageButton}"/>
</Track.DecreaseRepeatButton>
<Track.Thumb>
<Thumb x:Name="Thumb" Opacity="0.25" Style="{StaticResource HorizontalScrollBarThumb}"/>
</Track.Thumb>
<Track.IncreaseRepeatButton>
<RepeatButton Command="ScrollBar.PageDownCommand" Style="{StaticResource ScrollBarPageButton}"/>
</Track.IncreaseRepeatButton>
</Track>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Trigger.EnterActions>
<BeginStoryboard>
<Storyboard>
<DoubleAnimation
Duration="0:0:0.25"
Storyboard.TargetName="Thumb"
Storyboard.TargetProperty="Opacity"
To="1"/>
</Storyboard>
</BeginStoryboard>
</Trigger.EnterActions>
<Trigger.ExitActions>
<BeginStoryboard>
<Storyboard>
<DoubleAnimation Duration="0:0:0.25" Storyboard.TargetName="Thumb" Storyboard.TargetProperty="Opacity"/>
</Storyboard>
</BeginStoryboard>
</Trigger.ExitActions>
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
<Style TargetType="{x:Type ScrollBar}">
<Setter Property="SnapsToDevicePixels" Value="True"/>
<Setter Property="OverridesDefaultStyle" Value="true"/>
<Setter Property="Template" Value="{StaticResource VerticalScrollBar}"/>
<Style.Triggers>
<Trigger Property="Orientation" Value="Horizontal">
<Setter Property="Template" Value="{StaticResource HorizontalScrollBar}"/>
</Trigger>
</Style.Triggers>
</Style>
<Style TargetType="{x:Type ScrollViewer}">
<Setter Property="FocusVisualStyle" Value="{x:Null}"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollViewer}">
<Grid x:Name="Grid" Background="Transparent">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
<ScrollContentPresenter
x:Name="PART_ScrollContentPresenter"
Margin="0,0,4,0"
CanHorizontallyScroll="False"
CanVerticallyScroll="False"/>
<ScrollBar
x:Name="PART_VerticalScrollBar"
Grid.Column="1"
Grid.Row="0"
Margin="0,4,4,4"
AutomationProperties.AutomationId="VerticalScrollBar"
Maximum="{TemplateBinding ScrollableHeight}"
Minimum="0"
Value="{Binding Path=VerticalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}"
ViewportSize="{TemplateBinding ViewportHeight}"
Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}"/>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</Page.Resources>
</Page>