Class UserProfile
Inheritance
System.Object
UserProfile
Namespace: Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class UserProfile : Object, IExtensibleDataObject, INotifyPropertyChanged
Constructors
UserProfile()
Declaration
public UserProfile()
Properties
CurrentHeading
CurrentLocation
DeviceType
DistanceUnit
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
IPAddress
Declaration
public string IPAddress { get; set; }
Property Value
System.String
|
MapView
ScreenSize
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|