Gradient.aspx
上传用户:sex100000
上传日期:2013-11-09
资源大小:1377k
文件大小:1k
源码类别:

GIS编程

开发平台:

C#

  1. <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Gradient.aspx.cs" Inherits="Gradient" Title="Gradient theme" %>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server">
  3. <div>   
  4. <asp:RadioButtonList ID="rblMapTools" runat="server" RepeatDirection="Horizontal">
  5. <asp:ListItem Value="0">Zoom in</asp:ListItem>
  6. <asp:ListItem Value="1">Zoom out</asp:ListItem>
  7. <asp:ListItem Value="2" Selected="True">Pan</asp:ListItem>
  8. </asp:RadioButtonList>
  9. <asp:ImageButton Width="600" Height="300" ID="imgMap" runat="server" OnClick="imgMap_Click" style="border: 1px solid #000;" />
  10. </div>
  11. This demo uses the following thematics styles:<br />
  12. - Country color by population density density<br />
  13. - Country labelsize by population density<br />
  14. - City Symbol size by city popultion
  15. </asp:Content>