Back to Devexpress

LabelControl.ShowLineShadow Property

windowsforms-devexpress-dot-xtraeditors-dot-labelcontrol-dcf458f1.md

latest2.0 KB
Original Source

LabelControl.ShowLineShadow Property

Gets or sets whether the LabelControl‘s line has a shadow. This property is in effect when a label is painted using any paint theme, except skins.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowLineShadow { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property ShowLineShadow As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the LabelControl‘s line has a shadow; otherwise, false.

|

Remarks

The ShowLineShadow property is ignored in skinning paint themes. In these cases, the line is painted as specified by the current skin.

See Also

LookAndFeel

LineColor

LineLocation

LineOrientation

LineVisible

LineStyle

LabelControl Class

LabelControl Members

DevExpress.XtraEditors Namespace