兴致来了玩玩 WPF 的彩虹文字。不是用 LinearGradientBrush 制作渐变色那种,是指每个文字独立颜色那种彩虹文字。虽然没什么实用价值,但希望这篇文章里用 ItemsControl 拆分文字,以及用工具类提供递增和随机变量的做法可...
一个float或者double类型的数值,如果小数点后0的个数≥4,在界面上就会自动以科学计数法显示,
/Resources/OverwrideDefaultControlStyles.xaml
首先效果图如下:步骤:新建一个资源文件WindowsStyles.xaml 修改内容如下 :<ResourceDictionary xmlns="http://schemas.micr
2. 设置border的时候,必须要设置background, 否则会提示content 被多次使用。
XAML:<Window x:Class="WpfApp6.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft....
在窗体不去边框的情况下,不遮挡任务栏最大化MainWindow.xaml.csusing System;using System.Windows;using System.Windows.Threading;namespace thzSoftware{ /// <summary> /// ......
xaml<Window x:Class="WpfApp5.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.co...
界面显示:xaml:<Window x:Class="WpfApp3.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2
加载页面XAML<Window x:Class="SchoolClient.Wins.LoadDialog" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.m...