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

GetBorderColorAlign() public method

Gets the color border alignment.
public GetBorderColorAlign ( PaletteBorderStyle style, PaletteState state ) : PaletteRectangleAlign
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public virtual PaletteRectangleAlign GetBorderColorAlign(PaletteBorderStyle style, PaletteState state)
        {
            return _target.GetBorderColorAlign(style, state);
        }
PaletteRedirect