ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetRibbonShape C# (CSharp) Method

GetRibbonShape() public method

Gets the ribbon shape that should be used.
public GetRibbonShape ( ) : PaletteRibbonShape
return PaletteRibbonShape
        public virtual PaletteRibbonShape GetRibbonShape()
        {
            return _target.GetRibbonShape();
        }
PaletteRedirect