Back to Devexpress

SeparatorControl.LookAndFeel Property

windowsforms-devexpress-dot-xtraeditors-dot-separatorcontrol-f6889fd7.md

latest1.7 KB
Original Source

SeparatorControl.LookAndFeel Property

Provides access to settings controlling the look and feel of the control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
public UserLookAndFeel LookAndFeel { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object whose properties specify the look and feel of the control.

|

Remarks

Use the LookAndFeel property to customize the look and feel of the SeparatorControl.

Refer to the Look And Feel and Skinning topic for details.

See Also

Look and Feel

SeparatorControl Class

SeparatorControl Members

DevExpress.XtraEditors Namespace