CesButton - CesSolutions/Ces.WinForm.UI GitHub Wiki

Description / توضیح

"CesButton" has all "Button" features in .Net and just "FlatStyle" property with "Appearances" property is set for different color. For this purpose a new property named "CesColorTemplate" has been added to control.

ویژگی های کنترل Button را دارد و تنها FaltStyle پیکربندی شده است و برای سهولت کاربر تعدادی ColorTemplate برای تنظیم رنگ به آن اضافه شده است.

Properties / ویژگی ها

  • CesColorTemplate : Choose predefined color for control.
  • CesBorderThickness : Set border thickness for control.
  • CesBorderVisible : Set border visibility.
  • CesColorTemplate : تعیین الگوی رنگ دکمه.
  • CesBorderThickness : ضخامت حاشیه.
  • CesBorderVisible : امکان نایش و یا عدم نمایش حاشیه.

ColorTemplateEnum

public enum ColorTemplateEnum
{
    None,
    Control,
    Black,
    Dark,
    Gray,
    Silver,
    Light,
    Green,
    LightGreen,
    Blue,
    LightSky,
    Red,
    LightRed,
    Tomato,
    Orange,
    LightOrange,
    Yellow,
    Gold,
    Purple,
    Olive,
}
⚠️ **GitHub.com Fallback** ⚠️