HtmlText

Shape.HtmlText property

Bu metin kutusundaki verileri ve bazı biçimleri içeren html dizesini alır ve ayarlar.

public string HtmlText { get; set; }

Örnekler


[C#]
if(shape.HtmlText == null || shape.HtmlText == "")
    shape.HtmlText = "<Font Style="FONT-FAMILY: Calibri;FONT-SIZE: 11pt;COLOR: #0000ff;TEXT-ALIGN: left;">This is a <b>test</b>.</Font>";

Ayrıca bakınız