C# Class ESRI.ArcGIS.Client.Toolkit.MapProgressBar

Inheritance: System.Windows.Controls.Control
Mostra file Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Public Properties

Property Type Description
MapProperty System.Windows.DependencyProperty
TextBrushProperty 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.

Private Methods

Method Description
ChangeVisualState ( bool useTransitions ) : void
GoToState ( bool useTransitions, string stateName ) : bool
MapProgressBar ( ) : System.Windows

Static initialization for the MapProgressBar control.

OnMapPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
map_Progress ( object sender, ProgressEventArgs 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

Property Details

MapProperty public_oe static_oe property

Identifies the Map dependency property.
public static DependencyProperty,System.Windows MapProperty
return System.Windows.DependencyProperty

TextBrushProperty public_oe static_oe property

Identifies the TextBrush dependency property.
public static DependencyProperty,System.Windows TextBrushProperty
return System.Windows.DependencyProperty