Class PictureBoxHorizontalPanelElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PictureBoxHorizontalPanelElement : PictureBoxBasePanelElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IPictureBoxPanelElement
Constructors
PictureBoxHorizontalPanelElement()
Declaration
public PictureBoxHorizontalPanelElement()
Properties
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
|
LeftElementsStack
Gets the left elements stack.
Declaration
public StackLayoutElementLite LeftElementsStack { get; }
Property Value
StackLayoutElementLite
|
LeftItems
Gets the left items collection.
Declaration
public RadItemOwnerCollection LeftItems { get; }
Property Value
RadItemOwnerCollection
|
RightElementsStack
Gets the right elements stack.
Declaration
public StackLayoutElementLite RightElementsStack { get; }
Property Value
StackLayoutElementLite
|
RightItems
Gets the right items collection.
Declaration
public RadItemOwnerCollection RightItems { 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()