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

GetContentLongTextV() public method

Gets the vertical relative alignment of the long text.
public GetContentLongTextV ( PaletteContentStyle style, PaletteState state ) : PaletteRelativeAlign
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public virtual PaletteRelativeAlign GetContentLongTextV(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentLongTextV(style, state);
        }
PaletteRedirect