Class RadScrollablePanelElement
This class represents the main element of the RadScrollablePanel control. This element contains a FillPrimitive and a BorderPrimitive.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadScrollablePanelElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadScrollablePanelElement()
Creates an instance of the RadPanelElement class.
Declaration
public RadScrollablePanelElement()
Properties
Border
Gets an instance of the BorderPrimitive class which represents the border of the panel.
Declaration
public BorderPrimitive Border { get; }
Property Value
BorderPrimitive
|
Fill
Gets an instance of the FillPrimitive class which represents the fill of the panel.
Declaration
public FillPrimitive Fill { get; }
Property Value
FillPrimitive
|
TextPrimitive
Gets an instance of the TextPrimitive class which represents the text of the panel.
Declaration
public TextPrimitive TextPrimitive { get; }
Property Value
TextPrimitive
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()