Class GroupBoxVisualElement
Inheritance
System.Object
GroupBoxVisualElement
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 GroupBoxVisualElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
GroupBoxVisualElement()
Declaration
public GroupBoxVisualElement()
Fields
borderPrimitive
Properties
Border
Gets the BorderPrimitive contained in the Content area.
Declaration
public BorderPrimitive Border { get; }
Property Value
BorderPrimitive
|
Fill
Gets the FillPrimitive contained in the Content area
Declaration
public FillPrimitive Fill { get; }
Property Value
FillPrimitive
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()