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

Guide.Properties Property

Provides access to the GuideDefaultProperties object that stores settings for this Guide.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public GuideDefaultProperties Properties { get; }

Property Value

Type Description
GuideDefaultProperties

A GuideDefaultProperties object that stores guide settings.

Remarks

Settings applied to individual guides override corresponding global settings. To specify global settings common to all guides, utilize the AdornerUIManager.GuideProperties property.

See Also