ComponentFactory.Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextMultiLineH C# (CSharp) Méthode

GetContentLongTextMultiLineH() public méthode

Gets the vertical relative alignment of the long text.
public GetContentLongTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
Résultat PaletteRelativeAlign
        public override PaletteRelativeAlign GetContentLongTextMultiLineH(PaletteState state)
        {
            return _inherit.GetContentLongTextMultiLineH(state);
        }