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

GetContentLongTextV() 공개 메소드

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