Class RenderContentDelayedConverter
Value Converter provides rendering of objects implementing IVortexObject or IValueTag. RenderContentDelayedConverter delays the rendering until the object is requested to be rendered by UI.
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 IVortexObject or IValueTag into UI representation following 'PresentationType' pipeline.
Declaration
public override object Convert(object value, Type targetType, object parameter, CultureInfo culture)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | object IVortexObject or IValueTag  | 
      
| System.Type | targetType | Target type  | 
      
| System.Object | parameter | Presentation type  | 
      
| System.Globalization.CultureInfo | culture | Culture  | 
      
Returns
| Type | Description | 
|---|---|
| System.Object | System.Windows.FrameworkElement  |