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

GetContentLongTextV() 공개 메소드

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