C# Class Toolkit.Icons.LeftRightExpand

Inheritance: System.Windows.Controls.Control
显示文件 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_oe static_oe property

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

IsPointingRightProperty public_oe static_oe property

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

StrokeProperty public_oe static_oe property

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