C# Class Toolkit.Icons.UpDownExpand

Inheritance: System.Windows.Controls.Control
ファイルを表示 Open project: Esri/arcgis-templates-silverlight Class Usage Examples

Public Properties

Property Type Description
FillProperty System.Windows.DependencyProperty
IsPointingDownProperty System.Windows.DependencyProperty
StrokeProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.

UpDownExpand ( ) : System

Private Methods

Method Description
OnFillPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsPointingDownPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnStrokePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.
public OnApplyTemplate ( ) : void
return void

UpDownExpand() public method

public UpDownExpand ( ) : System
return System

Property Details

FillProperty public_oe static_oe property

public static DependencyProperty,System.Windows FillProperty
return System.Windows.DependencyProperty

IsPointingDownProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsPointingDownProperty
return System.Windows.DependencyProperty

StrokeProperty public_oe static_oe property

public static DependencyProperty,System.Windows StrokeProperty
return System.Windows.DependencyProperty