XText.XItalic.BuildElementInternal C# (CSharp) Method

BuildElementInternal() protected method

protected BuildElementInternal ( ) : Inline
return System.Windows.Documents.Inline
        protected override Inline BuildElementInternal()
        {
            return new Italic(new Run(Text));
        }