Skip to main content

GuideDefaultProperties(GuideProperties) Constructor

Initializes a new instance of the GuideDefaultProperties class with the specified settings.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public GuideDefaultProperties(
    GuideProperties parentProperties
)

Parameters

Name Type Description
parentProperties GuideProperties

A GuideProperties object that stores global guide settings. These settings will be inherited by the newly created GuideDefaultProperties object.

See Also