🙂 İNSANLARIN EN HAYIRLISI INSANLARA FAYDALI OLANDIR 🙂

Ramazan HABER / C# DEVEXPRESS RMOS / simplebutton html text custom color format bold italic kullanımı

1-) C# DEVEXPRESS RMOS - simplebutton html text custom color format bold italic kullanımı

 

kaynak: https://docs.devexpress.com/WindowsForms/4874/common-features/html-text-formatting

 

simpleButton1.AllowHtmlDraw = DevExpress.Utils.DefaultBoolean.True;

simpleButton1.Appearance.ForeColor = Color.Maroon;

simpleButton1.Text = "Maroon <color=green>Green</color> Maroon";

 

simpleButton2.AllowHtmlDraw = DevExpress.Utils.DefaultBoolean.True;

simpleButton2.Appearance.BackColor = Color.DimGray;

simpleButton2.Text = "<backcolor=40,255,255,255>Light Gray</backcolor>";

 

 

 

 

 

Syntax: <size=value></size>

Examples:

  • <size=10>10pt text</size>
  • <size=+4>Larger text</size>
  • <size=-4>Smaller text</size>
  • <b>Bold text</b>
  • <i>Italic text</i>
  • <s>Strikethrough text</s>
  • <u>Underlined text</u>
  • <b>Bold-<u>UnderlinedBold-</u><r>Normal</b>

 

 2023 Şubat 05 Pazar
 318