CesLabel - CesSolutions/Ces.WinForm.UI GitHub Wiki

Description / توضیح

This control is identical to .Net "Label" control but featured with new properties to rotate text and draw underline.

این کنترل مشابه کنترل Label در ویندوز می باشد ولی امکان آن را دارد که بتوانید متن را بچرخانید و یک خط زیر آن رسم کنید.

Properties / ویژگی ها

  • CesDegree : Select text rotation. Rotating degree must be 0, 90, 180, 270 which is member of "CesLabelRotationDegreeEnum".
  • CesShowUnderLine : Enable/Disable underline for text.
  • CesUnderlineType : Set underline type. Value type is "DashStyle".
  • CesUnderlineThickness : Define thickness for underline.
  • CesUnderlineColor : Define underline color.
  • CesDegree : زاویه چرخش متن می تواند یکی از زوایای 0 و 90 و 180 و 270 باشد.
  • CesShowUnderLine : اگر مقدار این ویژگی true باشد زیرخط نمایش داده خواهد شد.
  • CesUnderlineType : نوع خط رسم شده زیر متن.
  • CesUnderlineThickness : ضخامت زیرخط.
  • CesUnderlineColor : رنگ زیرخط.

CesLabelRotationDegreeEnum

public enum CesLabelRotationDegreeEnum
{
    Rotate0 = 0,
    Rotate90 = 90,
    Rotate180 = 180,
    Rotate270 = 270,
}
⚠️ **GitHub.com Fallback** ⚠️