C# Class ESRI.ArcGIS.Client.Toolkit.Primitives.TemplatePanel

Inheritance: System.Windows.Controls.Control
Show file Open project: Esri/arcgis-toolkit-sl-wpf

Public Properties

Property Type Description
ItemTemplateProperty System.Windows.DependencyProperty
StackCountProperty System.Windows.DependencyProperty
StackDirectionProperty System.Windows.DependencyProperty
TemplatesProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Overrides apply template

Private Methods

Method Description
OnStackCountPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnStackDirectionPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTemplatePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
TemplatePanel ( ) : System

Static initialization for the TemplatePanel control.

getElement ( SymbolTemplate type ) : FrameworkElement
layoutTemplates ( ) : void

Method Details

OnApplyTemplate() public method

Overrides apply template
public OnApplyTemplate ( ) : void
return void

Property Details

ItemTemplateProperty public static property

Identifies the ItemTemplate dependency property.
public static DependencyProperty,System.Windows ItemTemplateProperty
return System.Windows.DependencyProperty

StackCountProperty public static property

Identifies the StackCount dependency property.
public static DependencyProperty,System.Windows StackCountProperty
return System.Windows.DependencyProperty

StackDirectionProperty public static property

Identifies the StackDirection dependency property.
public static DependencyProperty,System.Windows StackDirectionProperty
return System.Windows.DependencyProperty

TemplatesProperty public static property

Identifies the Templates dependency property
public static DependencyProperty,System.Windows TemplatesProperty
return System.Windows.DependencyProperty