ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentShortTextColorAlign C# (CSharp) Méthode

GetContentShortTextColorAlign() public méthode

Gets the color alignment for the short text.
public GetContentShortTextColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
Résultat PaletteRectangleAlign
        public virtual PaletteRectangleAlign GetContentShortTextColorAlign(PaletteState state)
        {
            return PaletteRectangleAlign.Local;
        }