资源简介
wpf 图片翻转特效 wpf 图片翻转特效
代码片段和文件信息
// -------------------------------------------------------------------------------
//
// This file is part of the FluidKit project: http://www.codeplex.com/fluidkit
//
// Copyright (c) 2008 The FluidKit community
// All rights reserved.
//
// Redistribution and use in source and binary forms with or without modification
// are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice this
// list of conditions and the following disclaimer.
//
// * Redistributions in binary form must reproduce the above copyright notice this
// list of conditions and the following disclaimer in the documentation and/or
// other materials provided with the distribution.
//
// * Neither the name of FluidKit nor the names of its contributors may be used to
// endorse or promote products derived from this software without specific prior
// written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“ AND
// ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
// ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES
// (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
// LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
// ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// -------------------------------------------------------------------------------
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
namespace FluidKit.Controls
{
public class BalloonDecorator : Decorator
{
public static readonly DependencyProperty BackgroundProperty =
DependencyProperty.Register(“Background“ typeof (Brush) typeof (BalloonDecorator));
public static readonly DependencyProperty BorderBrushProperty =
DependencyProperty.Register(“BorderBrush“ typeof (Brush) typeof (BalloonDecorator));
public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register(“CornerRadius“ typeof (double) typeof (BalloonDecorator)
new frameworkPropertymetadata(10.0
frameworkPropertymetadataOptions
.AffectsRender |
frameworkPropertymetadataOptions
.AffectsMeasure));
public static readonly DependencyProperty PointerLengthPr
- 上一篇:asp.net校园二手交易中心
- 下一篇:C#实例学生管理系统133168
相关资源
- 2321363LearnWPFMVVM-XAMLCandtheMVVMpattern.pdf
- C#生成PDF 读取PDF文本内容 获取PDF内图
- WPFVisifire5.1.7及WPFVisifireGauges5.13源码
- wpf中DataGrid数据双向绑定
- c# 操作word 插入 文字 表格 图片 转为
- WPF经典开发教程+WPF项目
- 微软官方非常漂亮的WPF案例源码
- WPF-MVVM点餐系统源码
- Unity3D应用嵌入到WPF应用
- wpf 实现的一个仿酷狗的音乐播放器(
- wpf信息管理系统 增删改查
- C#图片对比高速找图源码20131021
- WPF_QQ2013_Login窗体翻转
- WPF地球3D旋转c#源码
- 欧姆龙PLC网络通信程序
- C#实现的全景图拼接两张图片合并成一
- winform上的mvvm框架--升级版动态代理
- WPF绘图控件DynamicDataDisplay手册
- WPFVisifire3.6.8源代码的扩展及超详细
- zw_WPF_开发教程(_中文版).zip
- WPF:自定义Metro样式文件夹选择对话框
- WPF报表控件表格和图表
- WPF项目搭建源代码
- wpf3D滑动切换图片
- WPFVisifire.Charts全版本dll集合
- Asp.Net PDF转图片并在线预览
- WPF超级完美仿苹果的工具栏
- LiveCharts样例
- 漂亮的WPFUI模板
- 银行业务信息管理系统WPF和C#)
评论
共有 条评论