FarsiLibrary.Win.DevExpress.VistaPersianCalendarViewInfo.CalcDayCellTextSize C# (CSharp) Method

CalcDayCellTextSize() protected method

protected CalcDayCellTextSize ( ) : Size
return System.Drawing.Size
        protected override Size CalcDayCellTextSize()
        {
            return CalcDayCellTextSizeCore(DayCellContentTextTemplate);
        }