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

GetContentShortTextH() public abstract method

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