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

GetContentImageV() public method

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