Skip to main content
A newer version of this page is available. .

LayoutControl.PaintStyles Property

Provides access to the paint style collection.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

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