C# Class Esri.ArcGISRuntime.Toolkit.Controls.Primitives.SymbolDisplay

Inheritance: Control
Afficher le fichier Open project: Esri/arcgis-toolkit-dotnet

Méthodes publiques

Свойство Type Description
BackgroundColorProperty DependencyProperty
GeometryTypeProperty DependencyProperty
SymbolProperty DependencyProperty

Private Properties

Свойство Type Description
OnLogicalDpiChanged void
OnPropertyChanged void
OnSwatchDpiChanged void
SetDirty void
SetPixelsSize void
SubscribeToDpiChanged void
UnsubscribeToDpiChanged void
UpdateImageSource void
UpdateImageSourceAsync System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void
SymbolDisplay ( ) : System

Initializes a new instance of the SymbolDisplay class.

Méthodes protégées

Méthode Description
MeasureOverride ( Size availableSize ) : Size

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

OnApplyTemplate ( ) : void

Private Methods

Méthode Description
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

Method Details

MeasureOverride() protected méthode

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.
Résultat Size

OnApplyTemplate() protected public méthode

protected public OnApplyTemplate ( ) : void
Résultat void

SymbolDisplay() public méthode

Initializes a new instance of the SymbolDisplay class.
public SymbolDisplay ( ) : System
Résultat System

Property Details

BackgroundColorProperty public_oe static_oe property

Identifies the BackgroundColor Dependency property.
public static DependencyProperty BackgroundColorProperty
Résultat DependencyProperty

GeometryTypeProperty public_oe static_oe property

Identifies the GeometryType Dependency property.
public static DependencyProperty GeometryTypeProperty
Résultat DependencyProperty

SymbolProperty public_oe static_oe property

Identifies the Symbol Dependency property.
public static DependencyProperty SymbolProperty
Résultat DependencyProperty