gradient.aspx

来自「GIS WEB系统」· ASPX 代码 · 共 15 行

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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?