C# Class SuperMap.Connector.Control.WindowsPhone.Layer

Inheritance: System.Windows.DependencyObject, INotifyPropertyChanged
Datei anzeigen Open project: SuperMap/iClient-for-DotNet Class Usage Examples

Public Properties

Property Type Description
IDProperty System.Windows.DependencyProperty
IsInitialized bool
IsInitializing bool

Private Properties

Property Type Description

Public Methods

Method Description
Draw ( ) : void
Initialize ( ) : void
Layer ( ) : System

Protected Methods

Method Description
OnInitialized ( ) : void

Method Details

Draw() public abstract method

public abstract Draw ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

Layer() public method

public Layer ( ) : System
return System

OnInitialized() protected method

protected OnInitialized ( ) : void
return void

Property Details

IDProperty public_oe static_oe property

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

IsInitialized public_oe property

public bool IsInitialized
return bool

IsInitializing public_oe property

public bool IsInitializing
return bool