ComponentFactory.Krypton.Toolkit.PaletteInputControlContentStates.GetContentImageV C# (CSharp) Method

GetContentImageV() public method

Gets the actual content image vertical alignment value.
public GetContentImageV ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public PaletteRelativeAlign GetContentImageV(PaletteState state)
        {
            return _inherit.GetContentImageV(state);
        }