C# Class XAMLMarkupExtensions.Design.AlternatingGridColorExtension

A design extension with alternating grid colors.
Inheritance: NestedMarkupExtension
Mostrar archivo Open project: MrCircuit/XAMLMarkupExtensions

Public Methods

Method Description
AlternatingGridColorExtension ( ) : System.Windows

Creates a new instance.

FormatOutput ( TargetInfo endPoint, TargetInfo info ) : object

This function returns the properly prepared output of the markup extension.

Protected Methods

Method Description
UpdateOnEndpoint ( TargetInfo endpoint ) : bool

This method must return true, if an update shall be executed when the given endpoint is reached. This method is called each time an endpoint is reached.

Method Details

AlternatingGridColorExtension() public method

Creates a new instance.
public AlternatingGridColorExtension ( ) : System.Windows
return System.Windows

FormatOutput() public method

This function returns the properly prepared output of the markup extension.
public FormatOutput ( TargetInfo endPoint, TargetInfo info ) : object
endPoint TargetInfo Information about the endpoint.
info TargetInfo Information about the target.
return object

UpdateOnEndpoint() protected method

This method must return true, if an update shall be executed when the given endpoint is reached. This method is called each time an endpoint is reached.
protected UpdateOnEndpoint ( TargetInfo endpoint ) : bool
endpoint TargetInfo Information on the specific endpoint.
return bool