ComponentFactory.Krypton.Toolkit.LinkLabelBehaviorInherit.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 _inherit.GetContentLongTextV(state);
        }