Class CheckBoxLayoutPanel
Represents a layout panel used in the RadCheckBoxElement.
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.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CheckBoxLayoutPanel : LayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
CheckBoxLayoutPanel()
Declaration
public CheckBoxLayoutPanel()
Fields
CheckAlignmentProperty
CheckMarkOffsetProperty
IsBodyProperty
IsCheckmarkProperty
Properties
CheckAlignment
Gets or set a value indicating the check alignment.
Declaration
public ContentAlignment CheckAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
CheckMarkOffset
Gets or sets the offset between the check and body elements.
Declaration
[RadPropertyDefaultValue("CheckMarkOffset", typeof(CheckBoxLayoutPanel))]
public int CheckMarkOffset { get; set; }
Property Value
System.Int32
|
Remarks
The body can contain image and / or text the same way as all buttons can - see RadButton
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
|