mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
add border name
This commit is contained in:
parent
6229ab6dd4
commit
4c38768b32
@ -137,6 +137,7 @@ function Invoke-WPFUIElements {
|
|||||||
if ($configVariable -eq $sync.configs.applications) {
|
if ($configVariable -eq $sync.configs.applications) {
|
||||||
# Create the outer Border for the application type
|
# Create the outer Border for the application type
|
||||||
$border = New-Object Windows.Controls.Border
|
$border = New-Object Windows.Controls.Border
|
||||||
|
$border.Name = $entryInfo.Name
|
||||||
$border.BorderBrush = [Windows.Media.Brushes]::Gray
|
$border.BorderBrush = [Windows.Media.Brushes]::Gray
|
||||||
$border.BorderThickness = 1
|
$border.BorderThickness = 1
|
||||||
$border.CornerRadius = 5
|
$border.CornerRadius = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user