SplitPanelSizeInfo
Encapsulates all size-related properties for a SplitPanel instance residing on a RadSplitContainer.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.UI.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SplitPanelSizeInfo : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectRadDockObjectSplitPanelSizeInfo
Implements:
Inherited Members
Constructors
public SplitPanelSizeInfo()
Fields
public static readonly Size DefaultAbsoluteSize
public static readonly Size DefaultMinimumSize
Properties
Gets or sets the size used when size mode is Absolute.
public Size AbsoluteSize { get; set; }
Gets or sets the scale factor to be used by auto-sized panels. Usually this is internally updated by a splitter resize.
[Browsable(false)]
public SizeF AutoSizeScale { get; set; }
Gets or sets the maximum size for the associated SplitPanel.
public Size MaximumSize { get; set; }
Gets or sets the desired (measured) size for the owning panel. This field is internally updated by a SplitContainerLayoutStrategy upon a layout operation.
[Browsable(false)]
public int MeasuredLength { get; set; }
Gets or sets the minimum size for the associated SplitPanel.
public Size MinimumSize { get; set; }
Gets or sets the scale factor for relatively-sized panels.
public SizeF RelativeRatio { get; set; }
Gets or sets the size mode for the owning panel.
public SplitPanelSizeMode SizeMode { get; set; }
Gets or sets the amount (in pixels) applied to the size of the panel by a splitter.
public Size SplitterCorrection { get; set; }
Methods
public void Reset()