DockPanel.SavedSizeFactor Property
Returns the panel scale factor. This property is used by the Workspace Manager component to correctly save and restore dock panels. Normally, you should not modify this setting manually.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(1)]
[XtraSerializableProperty]
public double SavedSizeFactor { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 1 | A Double value that is the panel scale factor. |
See Also