C# Class Orchestra.Markup.CanvasViewbox

Markup extension that can show a canvas inside a viewbox.
Inheritance: Catel.Windows.Markup.UpdatableMarkupExtension
Mostrar archivo Open project: WildGums/Orchestra

Private Properties

Property Type Description
GetImageSource System.Windows.Controls.Viewbox
ProvideDynamicValue object

Public Methods

Method Description
CanvasViewbox ( ) : System
CanvasViewbox ( string pathName ) : System

Protected Methods

Method Description
ProvideDynamicValue ( IServiceProvider serviceProvider ) : object

Private Methods

Method Description
GetImageSource ( ) : System.Windows.Controls.Viewbox
ProvideDynamicValue ( ) : object

Method Details

CanvasViewbox() public method

public CanvasViewbox ( ) : System
return System

CanvasViewbox() public method

public CanvasViewbox ( string pathName ) : System
pathName string
return System

ProvideDynamicValue() protected method

protected ProvideDynamicValue ( IServiceProvider serviceProvider ) : object
serviceProvider IServiceProvider
return object