GuideDefaultProperties(GuideProperties) Constructor
Initializes a new instance of the GuideDefaultProperties class with the specified settings.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
Declaration
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