ComponentFactory.Krypton.Toolkit.PaletteBack.InternalStorage.InternalStorage C# (CSharp) Method

InternalStorage() public method

Initialize a new instance of the InternalStorage structure.
public InternalStorage ( ) : System
return System
            public InternalStorage()
            {
                // Set to default values
                BackDraw = InheritBool.Inherit;
                BackGraphicsHint = PaletteGraphicsHint.Inherit;
                BackColor1 = Color.Empty;
                BackColor2 = Color.Empty;
                BackColorStyle = PaletteColorStyle.Inherit;
                BackColorAlign = PaletteRectangleAlign.Inherit;
                BackColorAngle = -1;
                BackImageStyle = PaletteImageStyle.Inherit;
                BackImageAlign = PaletteRectangleAlign.Inherit;
            }
PaletteBack.InternalStorage