BudgetAnalyser.LedgerBook.LedgerBookGridBuilderV2.AddBorderToGridCell C# (CSharp) 메소드

AddBorderToGridCell() 개인적인 메소드

private AddBorderToGridCell ( System.Windows.Controls.Panel parent, bool hasBackground, bool hasBorder, int gridRow, int gridColumn ) : System.Windows.Controls.Border
parent System.Windows.Controls.Panel
hasBackground bool
hasBorder bool
gridRow int
gridColumn int
리턴 System.Windows.Controls.Border
        private Border AddBorderToGridCell(Panel parent, bool hasBackground, bool hasBorder, int gridRow, int gridColumn)
        {
            return AddBorderToGridCell(parent, hasBackground ? NormalHighlightBackground : MainBackground, hasBorder, gridRow, gridColumn);
        }

Same methods

LedgerBookGridBuilderV2::AddBorderToGridCell ( System.Windows.Controls.Panel parent, string background, bool hasBorder, int gridRow, int gridColumn ) : System.Windows.Controls.Border