IsRichText

Shape.IsRichText property

Om texten är rik text eller inte.

public bool IsRichText { get; }

Exempel


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

Se även