File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 28
28
Margin =" 0 8 0 0" >
29
29
Material Design In XAML Toolkit includes the Material Design Icons collection.
30
30
</TextBlock >
31
- <TextBlock Margin =" 0 8 0 0" >
31
+ <TextBlock Margin =" 0 12 0 0" >
32
32
For more information on Material Design Icons see the official website:
33
33
<Hyperlink Command =" {Binding OpenDotComCommand}" >materialdesignicons.com</Hyperlink >
34
34
</TextBlock >
55
55
<StackPanel Orientation =" Horizontal" Margin =" 8" >
56
56
<TextBlock Margin =" 8 0 0 0" Style =" {StaticResource MaterialDesignSubheadingTextBlock}" VerticalAlignment =" Center" >Usage:</TextBlock >
57
57
<TextBox IsReadOnly =" True" Margin =" 8 0 8 0"
58
+ FontFamily =" Courier New"
59
+ FontWeight =" Bold"
58
60
GotFocus =" TextBox_OnGotFocus"
59
61
Text =" {Binding ElementName=KindsListBox, Path=SelectedValue, StringFormat='< materialDesign:PackIcon Kind=" {0}" \/>'}" />
60
62
<materialDesign : PackIcon Kind =" {Binding ElementName=KindsListBox, Path=SelectedValue}" VerticalAlignment =" Center" />
You can’t perform that action at this time.
0 commit comments