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

Inheritance: Control
ファイルを表示 Open project: Esri/arcgis-toolkit-dotnet

Public Properties

Property Type Description
BackgroundColorProperty DependencyProperty
GeometryTypeProperty DependencyProperty
SymbolProperty DependencyProperty

Private Properties

Property Type Description
OnLogicalDpiChanged void
OnPropertyChanged void
OnSwatchDpiChanged void
SetDirty void
SetPixelsSize void
SubscribeToDpiChanged void
UnsubscribeToDpiChanged void
UpdateImageSource void
UpdateImageSourceAsync System.Threading.Tasks.Task

Public Methods

Method Description
OnApplyTemplate ( ) : void
SymbolDisplay ( ) : System

Initializes a new instance of the SymbolDisplay class.

Protected Methods

Method Description
MeasureOverride ( Size availableSize ) : Size

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

OnApplyTemplate ( ) : void

Private Methods

Method 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 method

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.
return Size

OnApplyTemplate() protected public method

protected public OnApplyTemplate ( ) : void
return void

SymbolDisplay() public method

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

Property Details

BackgroundColorProperty public_oe static_oe property

Identifies the BackgroundColor Dependency property.
public static DependencyProperty BackgroundColorProperty
return DependencyProperty

GeometryTypeProperty public_oe static_oe property

Identifies the GeometryType Dependency property.
public static DependencyProperty GeometryTypeProperty
return DependencyProperty

SymbolProperty public_oe static_oe property

Identifies the Symbol Dependency property.
public static DependencyProperty SymbolProperty
return DependencyProperty