Skip to main content

LayoutControl.PaintStyles Property

Provides access to the paint style collection.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual LayoutPaintStyleCollection PaintStyles { get; }

Property Value

Type Description
DevExpress.XtraLayout.Registrator.LayoutPaintStyleCollection

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

See Also