C# Class Toolkit.Icons.WorldGlobe

Inheritance: System.Windows.Controls.Control
Show file Open project: Esri/arcgis-templates-silverlight Class Usage Examples

Public Properties

Property Type Description
ExpandOnMouseOverProperty System.Windows.DependencyProperty
LandFillProperty System.Windows.DependencyProperty
OceanFillProperty System.Windows.DependencyProperty
ScaleProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.

WorldGlobe ( ) : System

Private Methods

Method Description
OnExpandOnMouseOverChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLandFillPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnOceanFillPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnScalePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
globe_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
globe_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

OnApplyTemplate() public method

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.
public OnApplyTemplate ( ) : void
return void

WorldGlobe() public method

public WorldGlobe ( ) : System
return System

Property Details

ExpandOnMouseOverProperty public static property

public static DependencyProperty,System.Windows ExpandOnMouseOverProperty
return System.Windows.DependencyProperty

LandFillProperty public static property

public static DependencyProperty,System.Windows LandFillProperty
return System.Windows.DependencyProperty

OceanFillProperty public static property

public static DependencyProperty,System.Windows OceanFillProperty
return System.Windows.DependencyProperty

ScaleProperty public static property

public static DependencyProperty,System.Windows ScaleProperty
return System.Windows.DependencyProperty