ramensoftware / windows-11-taskbar-styling-guide

A collection of commonly requested taskbar styling customizations for Windows 11
180 stars 16 forks source link

border radius #107

Open caspiter opened 1 month ago

caspiter commented 1 month ago

how to add border radius and margin

bbmaster123 commented 1 month ago
Target: NameofElement
Styles: BorderThickness=1,1,1,0 (if needed, left, top, right, bottom)
BorderBrush=ColorName/HexColor/Brush
Margin=-1,0,1,2 (left, top,right,bottom)

For example:

taskbar:TaskListLabeledButtonPanel > Border
BorderThickness=2
BorderBrush=Red
Margin=-2

hope that helps :)