Skip to content

Commit

Permalink
Update Format-TextBlock.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaludapi committed Jul 3, 2018
1 parent 986fdc0 commit 702a8ba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Powershell GUI format text/Format-TextBlock.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,3 @@ $xaml.SelectNodes("//*[@*[contains(translate(name(.),'n','N'),'Name')]]") | For

#Mandetory last line of every script to load form
[void]$Form.ShowDialog()

<#
$Text.Inlines.Add("An example on")
$Run = New-Object System.Windows.Documents.Run
$Run.Text = 'the textBox Control'
$Run.FontWeight = 'DemiBold'
#$Run.TextDecorations = $decorations
#$Run.FontStyle = $atyle
$Text.Inlines.Add($Run)
#>

0 comments on commit 702a8ba

Please sign in to comment.