首页 > TAG信息列表 > SolidColorBrush

Arcgis For Silverlight 绘图工具 Draw

创建一个Silverlight工程,在默认的MainPage.xaml(2.0时是叫Page.xaml)里,编写代码如下: <UserControl x:Class="SilverlightApplication3.MainPage"     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"      xmlns:x="http://schemas.microsoft.

WPF | 跟着视频敲代码11 | 动态资源、静态资源、资源字典

https://www.bilibili.com/video/BV1nY411a7T8?p=12 点击Update 更新动态资源 DynamicResource按钮的边框颜色发生变动 StaticResource不变 StaticResource 静态资源初始加载后就不再随着资源属性的变动而变动DynamicResource 动态资源初始加载后资源属性的变动会跟着变动 this.R

C# Modbus_TCP通讯 dll库 测试TRIO运动控制器

在项目的实际应用中,通讯是必不可少,最近一直在测试modbus通讯,在网上找到一个合适的免费动态链接库,已在项目上应用,非常稳定。   网站地址:www.easymodbustcp.net      1、动态链接库网盘地址,里面有dll文件及测试工具,例子。   百度云盘:https://pan.baidu.com/s/1Uunp2CDB8Hz3uy

WPF 因设置不期望的DataContext,导致的绑定异常

原文:WPF 因设置不期望的DataContext,导致的绑定异常 在MainWindow中,创建一个背景属性BrushTest,并将其绑定至界面 1 <Window x:Class="WpfApp8.MainWindow" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schema

WPF实现特殊统计图

原文:WPF实现特殊统计图效果图:   ActiveFunItem.xaml代码: <UserControl x:Class="SunCreate.Vipf.Client.UI.ActiveFunItem" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micros

WPF实现特殊统计图

原文:WPF实现特殊统计图效果图:   ActiveFunItem.xaml代码: <UserControl x:Class="SunCreate.Vipf.Client.UI.ActiveFunItem" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micros

wpf 水波进度条 用户控件

原文:wpf 水波进度条 用户控件之前看公司web前端做了个 圆形的水波纹 进度条,就想用wpf 做一个,奈何自己太菜 一直做不出来,在看过 “普通的地球人” 的 “ WPF实现三星手机充电界面 博客之后 我也来照葫芦画个瓢。 废话不多说 先贴一下效果图 虽然样子 low 了些 但是基本满足我的需