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

GetContentShortTextImageAlign() public méthode

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