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

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Méthodes publiques

Свойство Type Description
MapProperty System.Windows.DependencyProperty
TextBrushProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat void

Property Details

MapProperty public_oe static_oe property

Identifies the Map dependency property.
public static DependencyProperty,System.Windows MapProperty
Résultat System.Windows.DependencyProperty

TextBrushProperty public_oe static_oe property

Identifies the TextBrush dependency property.
public static DependencyProperty,System.Windows TextBrushProperty
Résultat System.Windows.DependencyProperty