ComponentFactory.Krypton.Toolkit.PaletteContentInheritRedirect.GetContentLongTextV C# (CSharp) Method

GetContentLongTextV() public method

Gets the vertical relative alignment of the long text.
public GetContentLongTextV ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public override PaletteRelativeAlign GetContentLongTextV(PaletteState state)
        {
            return _redirect.GetContentLongTextV(_style, state);
        }