Format:
Recent snippets matching tags of Transform
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="PublishWeb" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets" /> <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.Tasks.dll"/> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <ClassLibraryOutputDirectory>bin$(Configuration)</ClassLibraryOutputDirectory> <WebProjectFile>$(ProjectFolder)\$(ProjectFile)</WebProjectFile> </PropertyGroup>
73 Views
no comments
<Rectangle Width="100" Height="100" Fill="RoyalBlue" Margin="20"> <Rectangle.RenderTransform> <TransformGroup> <ScaleTransform CenterX="50" CenterY="50" ScaleX="1.5" ScaleY="1.5" /> <RotateTransform CenterX="50" CenterY="50" Angle="5" /> </TransformGroup> </Rectangle.RenderTransform> </Rectangle>
293 Views
no comments
/// <summary> /// Summary description for ResponseFilter. /// </summary> public partial class ResponseFilter : System.Web.UI.Page { protected System.Web.UI.HtmlControls.HtmlForm Form1; protected System.Web.UI.WebControls.TextBox TextBox1; protected void Page_Load(object sender, System.EventArgs e) {
705 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
