Class PictureBoxVerticalPanelElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PictureBoxVerticalPanelElement : PictureBoxBasePanelElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IPictureBoxPanelElement
Constructors
PictureBoxVerticalPanelElement()
Declaration
public PictureBoxVerticalPanelElement()
Properties
BottomElementsStack
Gets the bottom elements stack.
Declaration
public StackLayoutElementLite BottomElementsStack { get; }
Property Value
StackLayoutElementLite
|
BottomItems
Gets the bottom items collection.
Declaration
public RadItemOwnerCollection BottomItems { get; }
Property Value
RadItemOwnerCollection
|
CenterElementsStack
Gets the center elements stack.
Declaration
public StackLayoutElementLite CenterElementsStack { get; }
Property Value
StackLayoutElementLite
|
CenterItems
Gets the center items collection.
Declaration
public RadItemOwnerCollection CenterItems { get; }
Property Value
RadItemOwnerCollection
|
TopElementsStack
Gets the top elements stack.
Declaration
public StackLayoutElementLite TopElementsStack { get; }
Property Value
StackLayoutElementLite
|
TopItems
Gets the top items collection.
Declaration
public RadItemOwnerCollection TopItems { get; }
Property Value
RadItemOwnerCollection
|
Methods
InitializeFields()
Initializes member fields to their default values. This method is called prior the CreateChildItems one and allows for initialization of members on which child elements depend.
Declaration
protected override void InitializeFields()