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

GetBorderImageAlign() public method

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