IsRichText

Shape.IsRichText property

Metnin zengin metin olup olmadığı.

public bool IsRichText { get; }

Örnekler


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

Ayrıca bakınız