Skip to content

Instantly share code, notes, and snippets.

View Youness-ESSalmy's full-sized avatar

Youness ES-Salmy Youness-ESSalmy

View GitHub Profile
@Youness-ESSalmy
Youness-ESSalmy / FrameworkWrapper.cs
Created December 13, 2023 17:50
FrameworkElement Wrapper (Decorator Class) WPF
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
namespace CustomControlLibrary
{