GitUI.RevisionGrid.IsGraphLayout C# (CSharp) 메소드

IsGraphLayout() 개인적인 메소드

private IsGraphLayout ( ) : bool
리턴 bool
        internal bool IsGraphLayout()
        {
            return _layout == RevisionGridLayout.SmallWithGraph
                   || _layout == RevisionGridLayout.CardWithGraph
                   || _layout == RevisionGridLayout.LargeCardWithGraph
                   || _layout == RevisionGridLayout.FilledBranchesSmallWithGraph;
        }
RevisionGrid