C# Class Toolkit.Icons.LeftRightExpand

Inheritance: System.Windows.Controls.Control
Show file Open project: Esri/arcgis-templates-silverlight Class Usage Examples

Public Properties

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

Public Methods

Method Description
LeftRightExpand ( ) : System
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.

Private Methods

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

Method Details

LeftRightExpand() public method

public LeftRightExpand ( ) : System
return System

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

Property Details

FillProperty public static property

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

IsPointingRightProperty public static property

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

StrokeProperty public static property

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