ISlideGroupDefaultProperties.ActualItemLengthRatio Property
Gets the length of the Documents within the current SlideGroup relative to this SlideGroup’s available space.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value that is the length of the Documents within the current SlideGroup relative to this SlideGroup’s available space. |
Remarks
You can modify the lengths of Documents within a SlideGroup in 3 ways:
- via the ISlideGroupDefaultProperties.ItemLength property that specifies the specific length common to all Documents within a SlideGroup;
- via the ISlideGroupDefaultProperties.ItemLengthRatio property that specifies the Documents’ length as a percentage of the space available;
- via the DocumentGroup.SetLength method that sets the specific length for an individual Document.
If the Documents’ lengths were modified, the ActualItemLengthRatio property allows you to get the relation of the current Documents length to the container’s available space.
See Also