Skip to content

CesButton

CES edited this page Dec 28, 2023 · 6 revisions

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,
    Black,
    Dark,
    Gray,
    Silver,
    Light,
    Green,
    Blue,
    LightSky,
    Red,
    Tomato,
    Orange,
    Yellow,
    Gold,
    Purple,
    Olive,
}