C# Class ArcGISPortalViewer.Controls.LocationDisplayToggle

Inheritance: AppBarButton
Show file Open project: Esri/arcgis-portalviewer-dotnet

Public Properties

Property Type Description
AutoPanIconProperty Windows.UI.Xaml.DependencyProperty
CompassIconProperty Windows.UI.Xaml.DependencyProperty
LocationDisplayProperty Windows.UI.Xaml.DependencyProperty
OffIconProperty Windows.UI.Xaml.DependencyProperty
OnIconProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description
AutoPanItem_Click void
CompassItem_Click void
OffItem_Click void
OnAutoPanModeChanged void
OnIconPropertyChanged void
OnIsLocationEnabledPropertyChanged void
OnItem_Click void
OnLocationDisplayPropertyChanged void
OnModePropertyChanged void
UpdateIcon void

Public Methods

Method Description
LocationDisplayToggle ( ) : System

Private Methods

Method Description
AutoPanItem_Click ( object sender, RoutedEventArgs e ) : void
CompassItem_Click ( object sender, RoutedEventArgs e ) : void
OffItem_Click ( object sender, RoutedEventArgs e ) : void
OnAutoPanModeChanged ( AutoPanMode oldMode, AutoPanMode newMode ) : void
OnIconPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnIsLocationEnabledPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnItem_Click ( object sender, RoutedEventArgs e ) : void
OnLocationDisplayPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnModePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
UpdateIcon ( ) : void

Method Details

LocationDisplayToggle() public method

public LocationDisplayToggle ( ) : System
return System

Property Details

AutoPanIconProperty public static property

public static DependencyProperty,Windows.UI.Xaml AutoPanIconProperty
return Windows.UI.Xaml.DependencyProperty

CompassIconProperty public static property

public static DependencyProperty,Windows.UI.Xaml CompassIconProperty
return Windows.UI.Xaml.DependencyProperty

LocationDisplayProperty public static property

public static DependencyProperty,Windows.UI.Xaml LocationDisplayProperty
return Windows.UI.Xaml.DependencyProperty

OffIconProperty public static property

public static DependencyProperty,Windows.UI.Xaml OffIconProperty
return Windows.UI.Xaml.DependencyProperty

OnIconProperty public static property

public static DependencyProperty,Windows.UI.Xaml OnIconProperty
return Windows.UI.Xaml.DependencyProperty