ComponentFactory.Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextImageAlign C# (CSharp) Method

GetContentLongTextImageAlign() public method

Gets the image alignment for the long text.
public GetContentLongTextImageAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public override PaletteRectangleAlign GetContentLongTextImageAlign(PaletteState state)
        {
            return _inherit.GetContentLongTextImageAlign(state);
        }