ComponentFactory.Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderRounding C# (CSharp) 메소드

GetBorderRounding() 공개 메소드

Gets the border rounding from the redirector.
public GetBorderRounding ( PaletteState state ) : int
state PaletteState Palette value should be applicable to this state.
리턴 int
        public override int GetBorderRounding(PaletteState state)
        {
            return _redirect.GetBorderRounding(_style, state);
        }