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

GetContentLongTextV() public abstract method

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