Back to Devexpress

AdornerUIManager.GuideProperties Property

windowsforms-devexpress-dot-utils-dot-visualeffects-dot-adorneruimanager-f75d5290.md

latest1.7 KB
Original Source

AdornerUIManager.GuideProperties Property

Provides access to behavior settings common to all Guide objects owned by this manager.

Namespace : DevExpress.Utils.VisualEffects

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Properties")]
public GuideProperties GuideProperties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property GuideProperties As GuideProperties

Property Value

TypeDescription
GuideProperties

A GuideProperties collection that stores behavior settings, applied to all guides owned by this manager.

|

Remarks

Individual guides can override the global GuideProperties settings using their own behavior properties, accessed through the Guide.Properties property.

See Also

AdornerUIManager Class

AdornerUIManager Members

DevExpress.Utils.VisualEffects Namespace