Class ElementWithCaptionLayoutPanel
ElementWithCaptionLayoutPanel is a container for elements with a caption.
Inheritance
System.Object
ElementWithCaptionLayoutPanel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Layouts
Assembly: Telerik.WinControls.dll
Syntax
public class ElementWithCaptionLayoutPanel : LayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
ElementWithCaptionLayoutPanel()
Declaration
public ElementWithCaptionLayoutPanel()
Fields
CaptionElementProperty
CaptionOnTopProperty
ShowCaptionProperty
Properties
CaptionOnTop
Gets or sets a boolean value indicating whether there is a caption on the top.
Declaration
public bool CaptionOnTop { get; set; }
Property Value
System.Boolean
|
ShowCaption
Declaration
[RadPropertyDefaultValue("ShowCaption", typeof(ElementWithCaptionLayoutPanel))]
public bool ShowCaption { get; set; }
Property Value
System.Boolean
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|