Back to Devexpress

DockPanel.SavedSizeFactor Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-4ad4c9d0.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(1)]
[XtraSerializableProperty]
public double SavedSizeFactor { get; set; }
vb
<Browsable(False)>
<DefaultValue(1)>
<XtraSerializableProperty>
Public Property SavedSizeFactor As Double

Property Value

TypeDefaultDescription
Double1

A Double value that is the panel scale factor.

|

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace