C# Class SuperMap.Web.Controls.Legend

Inheritance: System.Windows.Controls.Control
Show file Open project: SuperMap/iClient-for-Silverlight

Public Properties

Property Type Description
IconSizeProperty System.Windows.DependencyProperty
ImageUrlProperty System.Windows.DependencyProperty
LayerProperty System.Windows.DependencyProperty
itemsControl System.Windows.Controls.ItemsControl

Public Methods

Method Description
Legend ( ) : System

${controls_Legend_constructor_None_D}

OnApplyTemplate ( ) : void

${controls_Legend_method_onApplyTemplate_D}

Private Methods

Method Description
AddImageAndName ( string url, UriKind k, string layerName, bool ist ) : void
AddLegendItems ( List sls ) : void
BtnRefresh ( object sender, RoutedEventArgs e ) : void
GetLayerInfo ( ) : void
ProcessResourceType ( GetResourceParameters param, int i, List s, bool &isCustom ) : ResourceType
getMapStatusService_ProcessCompleted ( object sender, GetMapStatusEventArgs e ) : void
ser_ProcessCompleted ( object sender, GetResourceEventArgs e ) : void

Method Details

Legend() public method

${controls_Legend_constructor_None_D}
public Legend ( ) : System
return System

OnApplyTemplate() public method

${controls_Legend_method_onApplyTemplate_D}
public OnApplyTemplate ( ) : void
return void

Property Details

IconSizeProperty public static property

${controls_Legend_field_iconSizeProperty_D}
public static DependencyProperty,System.Windows IconSizeProperty
return System.Windows.DependencyProperty

ImageUrlProperty public static property

${controls_Legend_field_imageUrlProperty_D}
public static DependencyProperty,System.Windows ImageUrlProperty
return System.Windows.DependencyProperty

LayerProperty public static property

${controls_Legend_field_layerProperty_D}
public static DependencyProperty,System.Windows LayerProperty
return System.Windows.DependencyProperty

itemsControl public property

${controls_Legend_field_itemsControl_D}
public ItemsControl,System.Windows.Controls itemsControl
return System.Windows.Controls.ItemsControl