C# 클래스 Esri.ArcGISRuntime.Toolkit.Controls.Primitives.SymbolDisplay

상속: Control
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundColorProperty DependencyProperty
GeometryTypeProperty DependencyProperty
SymbolProperty DependencyProperty

Private Properties

프로퍼티 타입 설명
OnLogicalDpiChanged void
OnPropertyChanged void
OnSwatchDpiChanged void
SetDirty void
SetPixelsSize void
SubscribeToDpiChanged void
UnsubscribeToDpiChanged void
UpdateImageSource void
UpdateImageSourceAsync System.Threading.Tasks.Task

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
SymbolDisplay ( ) : System

Initializes a new instance of the SymbolDisplay class.

보호된 메소드들

메소드 설명
MeasureOverride ( Size availableSize ) : Size

Provides the behavior for the Measure pass of the layout cycle.

OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
OnLogicalDpiChanged ( Windows info, object sender ) : void
OnPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnSwatchDpiChanged ( double newValue ) : void
SetDirty ( ) : void
SetPixelsSize ( ) : void
SubscribeToDpiChanged ( ) : void
UnsubscribeToDpiChanged ( ) : void
UpdateImageSource ( ) : void
UpdateImageSourceAsync ( ) : System.Threading.Tasks.Task

메소드 상세

MeasureOverride() 보호된 메소드

Provides the behavior for the Measure pass of the layout cycle.
protected MeasureOverride ( Size availableSize ) : Size
availableSize Size The available size that this object can give to child objects.
리턴 Size

OnApplyTemplate() 보호된 공개 메소드

protected public OnApplyTemplate ( ) : void
리턴 void

SymbolDisplay() 공개 메소드

Initializes a new instance of the SymbolDisplay class.
public SymbolDisplay ( ) : System
리턴 System

프로퍼티 상세

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

Identifies the BackgroundColor Dependency property.
public static DependencyProperty BackgroundColorProperty
리턴 DependencyProperty

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

Identifies the GeometryType Dependency property.
public static DependencyProperty GeometryTypeProperty
리턴 DependencyProperty

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

Identifies the Symbol Dependency property.
public static DependencyProperty SymbolProperty
리턴 DependencyProperty