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

GetRibbonShape() public abstract method

Gets the ribbon shape that should be used.
public abstract GetRibbonShape ( ) : PaletteRibbonShape
return PaletteRibbonShape
        public abstract PaletteRibbonShape GetRibbonShape();
PaletteBase