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

GetContentImageV() public method

Gets the vertical relative alignment of the image.
public GetContentImageV ( PaletteContentStyle style, PaletteState state ) : PaletteRelativeAlign
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public virtual PaletteRelativeAlign GetContentImageV(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentImageV(style, state);
        }
PaletteRedirect