Shape.IsRichText

Shape.IsRichText property

Whether or not the text is rich text.

public bool IsRichText { get; }

Examples


[C#]
if(shape.IsRichText)
    Console.WriteLine("The text is rich text.");

See Also