IsRichText

Shape.IsRichText property

ما إذا كان النص نصًا منسقًا أم لا.

public bool IsRichText { get; }

أمثلة


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

أنظر أيضا