Class RadGroupBoxElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadGroupBoxElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadGroupBoxElement()
Declaration
public RadGroupBoxElement()
Fields
HeaderAlignmentProperty
InvalidateMeasureInMainLayoutProperty
Properties
Content
Footer
FooterImage
FooterImageAlignment
FooterImageIndex
FooterImageKey
FooterText
FooterTextAlignment
FooterTextImageRelation
FooterVisibile
GroupBoxStyle
Gets or sets the group box style - Standard, or Office.
Declaration
public RadGroupBoxStyle GroupBoxStyle { get; set; }
Property Value
RadGroupBoxStyle
|
Header
HeaderAlignment
HeaderImage
Gets or sets the header image.
Declaration
public Image HeaderImage { get; set; }
Property Value
System.Drawing.Image
|
HeaderImageAlignment
Gets or sets the header image alignment.
Declaration
public ContentAlignment HeaderImageAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
HeaderImageIndex
Gets or sets the header image index.
Declaration
public int HeaderImageIndex { get; set; }
Property Value
System.Int32
|
HeaderImageKey
Gets or sets the header image key.
Declaration
public string HeaderImageKey { get; set; }
Property Value
System.String
|
HeaderMargin
Gets or sets the header margin.
Declaration
public Padding HeaderMargin { get; set; }
Property Value
System.Windows.Forms.Padding
|
HeaderPosition
HeaderText
Gets or sets the header text.
Declaration
public string HeaderText { get; set; }
Property Value
System.String
|
HeaderTextAlignment
Gets or sets the header text alignment.
Declaration
public ContentAlignment HeaderTextAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
HeaderTextImageRelation
Gets or sets the header text image relation.
Declaration
public TextImageRelation HeaderTextImageRelation { get; set; }
Property Value
System.Windows.Forms.TextImageRelation
|
InvalidateMeasureInMainLayout
Declaration
public int InvalidateMeasureInMainLayout { get; set; }
Property Value
System.Int32
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|