IsRichText

Shape.IsRichText property

Является ли текст форматированным текстом.

public bool IsRichText { get; }

Примеры


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

Смотрите также