lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

TextBlock - Create a Margin property to set all the four margins values at once #22

Closed lastunicorn closed 6 years ago

lastunicorn commented 6 years ago

Consider also creating a Margin struct for this property.

Is there useful to create a Margin property for other controls, too?

lastunicorn commented 6 years ago

I created a struct named Thickness. In the TextBlock I created the Margin property of type Thickness.