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

GetContentImageV() 공개 메소드

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