ClassSplitPanelSizeInfo
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
SplitPanelSizeInfo()
Declaration
public SplitPanelSizeInfo()
SplitPanelSizeInfo(SplitPanelSizeInfo)
Declaration
public SplitPanelSizeInfo(SplitPanelSizeInfo source)
Parameters
source
Fields
Properties
AbsoluteSize
Gets or sets the size used when size mode is Absolute.
AutoSizeScale
Gets or sets the scale factor to be used by auto-sized panels. Usually this is internally updated by a splitter resize.
Declaration
[Browsable(false)]
public SizeF AutoSizeScale { get; set; }
Property Value
DpiScale
Gets the current DPI scaling.
Declaration
[Browsable(false)]
public SizeF DpiScale { get; }
Property Value
MaximumSize
Gets or sets the maximum size for the associated SplitPanel.
MeasuredLength
Gets or sets the desired (measured) size for the owning panel. This field is internally updated by a SplitContainerLayoutStrategy upon a layout operation.
Declaration
[Browsable(false)]
public int MeasuredLength { get; set; }
Property Value
MinimumSize
Gets or sets the minimum size for the associated SplitPanel.
RelativeRatio
Gets or sets the scale factor for relatively-sized panels.
SizeMode
Gets or sets the size mode for the owning panel.
Declaration
public SplitPanelSizeMode SizeMode { get; set; }
Property Value
SplitterCorrection
Gets or sets the amount (in pixels) applied to the size of the panel by a splitter.
Methods
Copy(SplitPanelSizeInfo)
Declaration
public void Copy(SplitPanelSizeInfo source)
Parameters
source
Reset()
Declaration
public void Reset()
ShouldSerializeProperty(string)
Determines whether the property with the specified name needs serialization.