Class RenderContentConverter
Value Converter provides rendering of
Inheritance
System.Object
System.Windows.Markup.MarkupExtension
RenderContentConverter
Implements
System.Windows.Data.IValueConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public class RenderContentConverter : MarkupExtension, IValueConverter
Properties
MaxCountInDesignMode
Gets or sets maximum number of object rendered in Design mode.
Declaration
public int MaxCountInDesignMode { get; set; }
Property Value
Type | Description |
---|---|
System. |
ParentContainer
Gets or sets the parent container for the content rendered by this converter.
Declaration
public FrameworkElement ParentContainer { get; set; }
Property Value
Type | Description |
---|---|
System. |
PreferCustomized
Declaration
public bool PreferCustomized { get; set; }
Property Value
Type | Description |
---|---|
System. |
PresentationType
Gets or sets presentation type of the content rendered by this converter.
Declaration
public string PresentationType { get; set; }
Property Value
Type | Description |
---|---|
System. |
ReportingLevel
Gets or sets reporting level of possible messages or errors that might be produced by the rendering process.
Declaration
public int ReportingLevel { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Convert(Object, Type, Object, CultureInfo)
Converts an object that derives form IVortex
Declaration
public virtual 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. |
ConvertBack(Object, Type, Object, CultureInfo)
Not implemented for Render
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | |
System. |
targetType | |
System. |
parameter | |
System. |
culture |
Returns
Type | Description |
---|---|
System. |
ProvideValue(IServiceProvider)
Provides instance of this Render
Declaration
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
System. |
serviceProvider | Service provider. |
Returns
Type | Description |
---|---|
System. |
Overrides
System.Windows.Markup.MarkupExtension.ProvideValue(System.IServiceProvider)
Implements
System.Windows.Data.IValueConverter