ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentImageV C# (CSharp) Méthode

GetContentImageV() public méthode

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