ComponentFactory.Krypton.Toolkit.PaletteBorder.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
                BorderDraw = InheritBool.Inherit;
                BorderDrawBorders = PaletteDrawBorders.All;
                BorderGraphicsHint = PaletteGraphicsHint.Inherit;
                BorderColor1 = Color.Empty;
                BorderColor2 = Color.Empty;
                BorderColorStyle = PaletteColorStyle.Inherit;
                BorderColorAlign = PaletteRectangleAlign.Inherit;
                BorderColorAngle = -1;
                BorderWidth = -1;
                BorderRounding = -1;
                BorderImageStyle = PaletteImageStyle.Inherit;
                BorderImageAlign = PaletteRectangleAlign.Inherit;
            }
PaletteBorder.InternalStorage