C# 클래스 AC.AvalonControlsLibrary.Controls.CellSizeConverter

converter to calculate the size for the cell of the calender
상속: AC.AvalonControlsLibrary.Core.OneWayValueConverter
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, System culture ) : object

Converter for the calender control to measure the widths to calculate

메소드 상세

Convert() 공개 메소드

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
리턴 object