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 2828 Margin =" 0 8 0 0" >
2929 Material Design In XAML Toolkit includes the Material Design Icons collection.
3030 </TextBlock >
31- <TextBlock Margin =" 0 8 0 0" >
31+ <TextBlock Margin =" 0 12 0 0" >
3232 For more information on Material Design Icons see the official website:
3333 <Hyperlink Command =" {Binding OpenDotComCommand}" >materialdesignicons.com</Hyperlink >
3434 </TextBlock >
5555 <StackPanel Orientation =" Horizontal" Margin =" 8" >
5656 <TextBlock Margin =" 8 0 0 0" Style =" {StaticResource MaterialDesignSubheadingTextBlock}" VerticalAlignment =" Center" >Usage:</TextBlock >
5757 <TextBox IsReadOnly =" True" Margin =" 8 0 8 0"
58+ FontFamily =" Courier New"
59+ FontWeight =" Bold"
5860 GotFocus =" TextBox_OnGotFocus"
5961 Text =" {Binding ElementName=KindsListBox, Path=SelectedValue, StringFormat='< materialDesign:PackIcon Kind=" {0}" \/>'}" />
6062 <materialDesign : PackIcon Kind =" {Binding ElementName=KindsListBox, Path=SelectedValue}" VerticalAlignment =" Center" />
You can’t perform that action at this time.
0 commit comments