ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupSeparator.SetSolutionSize C# (CSharp) Method

SetSolutionSize() public method

Update the group with the provided sizing solution.
public SetSolutionSize ( ItemSizeWidth size ) : void
size ItemSizeWidth Value for the container.
return void
        public void SetSolutionSize(ItemSizeWidth size)
        {
            // Solution should always be the large, the only size we can be
            Debug.Assert(size.GroupItemSize == GroupItemSize.Large);
        }