Class StatusBarBoxLayout
Represents the StatusBarBoxLayout class
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class StatusBarBoxLayout : LayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
StatusBarBoxLayout()
Declaration
public StatusBarBoxLayout()
Fields
OrientationProperty
Registers the Orientation dependency property of StatusBarBoxLayout
Declaration
public static readonly RadProperty OrientationProperty
Field Value
RadProperty
|
ProportionProperty
Registers the Proportion dependency property of StatusBarBoxLayout
Declaration
public static RadProperty ProportionProperty
Field Value
RadProperty
|
SpringProperty
StripPositionProperty
Registers the StripPosition dependency property of StatusBarBoxLayout
Declaration
public static readonly RadProperty StripPositionProperty
Field Value
RadProperty
|
Properties
Orientation
Gets or sets strip orientation - it could be horizontal or vertical.
Declaration
[RadPropertyDefaultValue("Orientation", typeof(StatusBarBoxLayout))]
public Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
Methods
ArrangeOverride(SizeF)
arranges the children by a given criteria
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
GetProportion(RadElement)
Gets the proportion based on a given element
Declaration
public static int GetProportion(RadElement element)
Parameters
RadElement
element
|
Returns
System.Int32
|
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF constraint)
Parameters
System.Drawing.SizeF
constraint
|
Returns
System.Drawing.SizeF
|