Enum RadFitToSizeMode
Specifies how elements should fit within their parent container's sizing constraints.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum RadFitToSizeMode
Remarks
This enumeration defines different strategies for fitting child elements within their parent's available space, controlling whether elements should consider content area, padding, or the entire bounds of the parent when determining their size and position.
FitToParentBounds
Specifies that the element should fit within the entire bounds of the parent, including content, padding, and borders.
FitToParentContent
Specifies that the element should fit within the parent's content area, excluding padding and borders.
FitToParentPadding
Specifies that the element should fit within the parent's padding area, including the content area and padding but excluding borders.