Back to Devexpress

LayoutControl.PaintStyles Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-b6264439.md

latest1.3 KB
Original Source

LayoutControl.PaintStyles Property

Provides access to the paint style collection.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual LayoutPaintStyleCollection PaintStyles { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property PaintStyles As LayoutPaintStyleCollection

Property Value

TypeDescription
DevExpress.XtraLayout.Registrator.LayoutPaintStyleCollection

A DevExpress.XtraLayout.Registrator.LayoutPaintStyleCollection object which represents the paint style collection.

|

See Also

LookAndFeel

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace