ComponentFactory.Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.GetBackGraphicsHint C# (CSharp) Method

GetBackGraphicsHint() public method

Gets the actual background graphics hint value.
public GetBackGraphicsHint ( PaletteState state ) : PaletteGraphicsHint
state PaletteState Palette value should be applicable to this state.
return PaletteGraphicsHint
            public PaletteGraphicsHint GetBackGraphicsHint(PaletteState state)
            {
                // We never want the border edge to use anti aliasing
                return PaletteGraphicsHint.None;
            }