ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentImageV C# (CSharp) 메소드

GetContentImageV() 공개 메소드

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