C# Class AC.AvalonControlsLibrary.Controls.CellSizeConverter

converter to calculate the size for the cell of the calender
Inheritance: AC.AvalonControlsLibrary.Core.OneWayValueConverter
Exibir arquivo Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, System culture ) : object

Converter for the calender control to measure the widths to calculate

Method Details

Convert() public method

Converter for the calender control to measure the widths to calculate
public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object Pass the Actual width of the parent control
targetType System.Type Target type
parameter object Pass widthCell to calculate the width a particular cell. /// Pass widthCellContainer to calculate the witdth of the parent control
culture System The current culture in use
return object