ComponentFactory.Krypton.Toolkit.PaletteOffice2013Base.GetRibbonContextTextAlign C# (CSharp) Method

GetRibbonContextTextAlign() public method

Gets the text alignment for the ribbon context text.
public GetRibbonContextTextAlign ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public override PaletteRelativeAlign GetRibbonContextTextAlign(PaletteState state)
        {
            return PaletteRelativeAlign.Center;
        }
PaletteOffice2013Base