-
[WPF] hexColor to (Color or SolidColorBrush)Microsoft .NET/WPF 2021. 11. 24. 10:46
// Color Color color_1 = (Color)new BrushConverter().ConvertFrom("#CA5100"); //SolidColorBrush SolidColorBrush brush_1 = (SolidColorBrush)new BrushConverter().ConvertFrom("#CA5100"); //xamarin Xamarin.Essentials.ColorConverters.FromHex("#CA5100")
'Microsoft .NET > WPF' 카테고리의 다른 글
[WPF] 지역화 (다중 언어) (0) 2020.12.07 [WPF] LiveCharts.WPF를 이용한 차트 그리기 (In xaml / In code) (0) 2020.01.07 [WPF] '_' 문자가 출력되지 않는 경우! (Underline, Underscore) (0) 2019.07.03 [WPF] Timer ( DispatcherTimer ) (0) 2019.07.03 [WPF] ListView (0) 2019.05.13