C# 클래스 ESRI.ArcGIS.Client.Toolkit.EditorWidget

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlwaysDisplayDefaultTemplatesProperty System.Windows.DependencyProperty
AutoCompleteProperty System.Windows.DependencyProperty
AutoSelectProperty System.Windows.DependencyProperty
ContinuousProperty System.Windows.DependencyProperty
DrawFillSymbolProperty System.Windows.DependencyProperty
DrawLineSymbolProperty System.Windows.DependencyProperty
EditVerticesEnabledProperty System.Windows.DependencyProperty
FreehandProperty System.Windows.DependencyProperty
GeometryServiceClientCertificateProperty System.Windows.DependencyProperty
GeometryServiceCredentialsProperty System.Windows.DependencyProperty
GeometryServiceTokenProperty System.Windows.DependencyProperty
GeometryServiceUrlProperty System.Windows.DependencyProperty
LayerIDsProperty System.Windows.DependencyProperty
MaintainAspectRatioProperty System.Windows.DependencyProperty
MapProperty System.Windows.DependencyProperty
MidVertexSymbolProperty System.Windows.DependencyProperty
MoveEnabledProperty System.Windows.DependencyProperty
ProxyUrlProperty System.Windows.DependencyProperty
RotateEnabledProperty System.Windows.DependencyProperty
RotatePointSymbolProperty System.Windows.DependencyProperty
ScaleBoxSymbolProperty System.Windows.DependencyProperty
ScaleEnabledProperty System.Windows.DependencyProperty
ScalePointSymbolProperty System.Windows.DependencyProperty
ShowAttributesOnAddProperty System.Windows.DependencyProperty
SnapDistanceSymbolProperty System.Windows.DependencyProperty
VertexSymbolProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
AttachLayerEventHandlers void
AttachLayerEventHandlers void
DetachLayerEventHandlers void
DetachLayerEventHandlers void
DisableOrHideElement void
DisplayAttribute_Click void
EditorWidget System
Editor_EditCompleted void
Editor_EditorActivated void
Layer_Initialized void
Layer_MouseLeftButtonDown void
Layer_PropertyChanged void
Layers_CollectionChanged void
Map_MapGesture void
OnLayerIdsPropertyChanged void
OnMapPropertyChanged void
OnShowAttributesOnAddPropertyChanged void
SetEditorBinding void
UpdateVisibleButtons void

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.

비공개 메소드들

메소드 설명
AttachLayerEventHandlers ( GraphicsLayer layer ) : void
AttachLayerEventHandlers ( IEnumerable layers ) : void
DetachLayerEventHandlers ( GraphicsLayer layer ) : void
DetachLayerEventHandlers ( IEnumerable layers ) : void
DisableOrHideElement ( UIElement element, bool isVisible, bool allButtonsDisabled ) : void
DisplayAttribute_Click ( object sender, RoutedEventArgs e ) : void
EditorWidget ( ) : System

Static initialization for the EditorWidget control.

Editor_EditCompleted ( object sender, Editor e ) : void
Editor_EditorActivated ( object sender, Editor e ) : void
Layer_Initialized ( object sender, EventArgs e ) : void
Layer_MouseLeftButtonDown ( object sender, GraphicMouseButtonEventArgs args ) : void
Layer_PropertyChanged ( object sender, System e ) : void
Layers_CollectionChanged ( object sender, System e ) : void
Map_MapGesture ( object sender, Map e ) : void
OnLayerIdsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMapPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnShowAttributesOnAddPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetEditorBinding ( string path, DependencyProperty dependencyProperty ) : void
UpdateVisibleButtons ( ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.
public OnApplyTemplate ( ) : void
리턴 void

프로퍼티 상세

AlwaysDisplayDefaultTemplatesProperty 공개적으로 정적으로 프로퍼티

Identifies the AlwaysDisplayDefaultTemplates dependency property.
public static DependencyProperty,System.Windows AlwaysDisplayDefaultTemplatesProperty
리턴 System.Windows.DependencyProperty

AutoCompleteProperty 공개적으로 정적으로 프로퍼티

Identifies the AutoComplete dependency property.
public static DependencyProperty,System.Windows AutoCompleteProperty
리턴 System.Windows.DependencyProperty

AutoSelectProperty 공개적으로 정적으로 프로퍼티

Identifies the AutoSelect dependency property.
public static DependencyProperty,System.Windows AutoSelectProperty
리턴 System.Windows.DependencyProperty

ContinuousProperty 공개적으로 정적으로 프로퍼티

Identifies the Continuous dependency property.
public static DependencyProperty,System.Windows ContinuousProperty
리턴 System.Windows.DependencyProperty

DrawFillSymbolProperty 공개적으로 정적으로 프로퍼티

Identifies the DrawFillSymbol dependency property.
public static DependencyProperty,System.Windows DrawFillSymbolProperty
리턴 System.Windows.DependencyProperty

DrawLineSymbolProperty 공개적으로 정적으로 프로퍼티

Identifies the DrawLineSymbol dependency property.
public static DependencyProperty,System.Windows DrawLineSymbolProperty
리턴 System.Windows.DependencyProperty

EditVerticesEnabledProperty 공개적으로 정적으로 프로퍼티

Identifies the EditVerticesEnabled dependency property.
public static DependencyProperty,System.Windows EditVerticesEnabledProperty
리턴 System.Windows.DependencyProperty

FreehandProperty 공개적으로 정적으로 프로퍼티

Identifies the Freehand dependency property.
public static DependencyProperty,System.Windows FreehandProperty
리턴 System.Windows.DependencyProperty

GeometryServiceClientCertificateProperty 공개적으로 정적으로 프로퍼티

Identifies the GeometryServiceClientCertificate dependency property.
public static DependencyProperty,System.Windows GeometryServiceClientCertificateProperty
리턴 System.Windows.DependencyProperty

GeometryServiceCredentialsProperty 공개적으로 정적으로 프로퍼티

Identifies the GeometryServiceCredentialsProperty dependency property.
public static DependencyProperty,System.Windows GeometryServiceCredentialsProperty
리턴 System.Windows.DependencyProperty

GeometryServiceTokenProperty 공개적으로 정적으로 프로퍼티

Identifies the GeometryServiceToken dependency property.
public static DependencyProperty,System.Windows GeometryServiceTokenProperty
리턴 System.Windows.DependencyProperty

GeometryServiceUrlProperty 공개적으로 정적으로 프로퍼티

Identifies the GeometryServiceUrl dependency property.
public static DependencyProperty,System.Windows GeometryServiceUrlProperty
리턴 System.Windows.DependencyProperty

LayerIDsProperty 공개적으로 정적으로 프로퍼티

Identifies the LayerIDs dependency property.
public static DependencyProperty,System.Windows LayerIDsProperty
리턴 System.Windows.DependencyProperty

MaintainAspectRatioProperty 공개적으로 정적으로 프로퍼티

Identifies the MaintainAspectRatio dependency property.
public static DependencyProperty,System.Windows MaintainAspectRatioProperty
리턴 System.Windows.DependencyProperty

MapProperty 공개적으로 정적으로 프로퍼티

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

MidVertexSymbolProperty 공개적으로 정적으로 프로퍼티

Identifies the MidVertexSymbol dependency property.
public static DependencyProperty,System.Windows MidVertexSymbolProperty
리턴 System.Windows.DependencyProperty

MoveEnabledProperty 공개적으로 정적으로 프로퍼티

Identifies the MoveEnabled dependency property.
public static DependencyProperty,System.Windows MoveEnabledProperty
리턴 System.Windows.DependencyProperty

ProxyUrlProperty 공개적으로 정적으로 프로퍼티

Identifies the ProxyUrl dependency property.
public static DependencyProperty,System.Windows ProxyUrlProperty
리턴 System.Windows.DependencyProperty

RotateEnabledProperty 공개적으로 정적으로 프로퍼티

Identifies the RotateEnabled dependency property.
public static DependencyProperty,System.Windows RotateEnabledProperty
리턴 System.Windows.DependencyProperty

RotatePointSymbolProperty 공개적으로 정적으로 프로퍼티

Identifies the RotatePointSymbol dependency property.
public static DependencyProperty,System.Windows RotatePointSymbolProperty
리턴 System.Windows.DependencyProperty

ScaleBoxSymbolProperty 공개적으로 정적으로 프로퍼티

Identifies the ScaleBoxSymbol dependency property.
public static DependencyProperty,System.Windows ScaleBoxSymbolProperty
리턴 System.Windows.DependencyProperty

ScaleEnabledProperty 공개적으로 정적으로 프로퍼티

Identifies the ScaleEnabled dependency property.
public static DependencyProperty,System.Windows ScaleEnabledProperty
리턴 System.Windows.DependencyProperty

ScalePointSymbolProperty 공개적으로 정적으로 프로퍼티

Identifies the ScalePointSymbol dependency property.
public static DependencyProperty,System.Windows ScalePointSymbolProperty
리턴 System.Windows.DependencyProperty

ShowAttributesOnAddProperty 공개적으로 정적으로 프로퍼티

Identifies the ShowAttributesOnAdd dependency property.
public static DependencyProperty,System.Windows ShowAttributesOnAddProperty
리턴 System.Windows.DependencyProperty

SnapDistanceSymbolProperty 공개적으로 정적으로 프로퍼티

Identifies the SnapDistanceSymbol dependency property.
public static DependencyProperty,System.Windows SnapDistanceSymbolProperty
리턴 System.Windows.DependencyProperty

VertexSymbolProperty 공개적으로 정적으로 프로퍼티

Identifies the VertexSymbol dependency property.
public static DependencyProperty,System.Windows VertexSymbolProperty
리턴 System.Windows.DependencyProperty