Class RenderContentDelayedConverter
Value Converter provides rendering of objects implementing IVortex
Inheritance
System.Object
System.Windows.Markup.MarkupExtension
RenderContentDelayedConverter
Inherited Members
Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
class RenderContentDelayedConverter : RenderContentConverter, IValueConverter
Methods
Convert(Object, Type, Object, CultureInfo)
Converts an object that derives form IVortex
Declaration
public override object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | object IVortex |
System. |
targetType | Target type |
System. |
parameter | Presentation type |
System. |
culture | Culture |
Returns
Type | Description |
---|---|
System. |
System. |