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

GetContentShortTextV() public abstract method

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