ClassPageSizeNameConverter
Class
Converter from to its name-size representation.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
cs-api-definition
public class PageSizeNameConverter : IValueConverter
Inheritance: objectPageSizeNameConverter
Implements:
Constructors
PageSizeNameConverter()
Declaration
cs-api-definition
public PageSizeNameConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts PageMediaSize to formatted string including name and size of the paper in inches.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
ConvertBack(object, Type, object, CultureInfo)
Not implemented.
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns