InterfaceIPictureBoxPanelElement
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public interface IPictureBoxPanelElement
Properties
CenterElementsStack
Declaration
cs-api-definition
StackLayoutElementLite CenterElementsStack { get; }
Property Value
CenterItems
Declaration
cs-api-definition
RadItemOwnerCollection CenterItems { get; }
Property Value
FarElementsStack
Declaration
cs-api-definition
StackLayoutElementLite FarElementsStack { get; }
Property Value
FarItems
Declaration
cs-api-definition
RadItemOwnerCollection FarItems { get; }
Property Value
NearElementsStack
Declaration
cs-api-definition
StackLayoutElementLite NearElementsStack { get; }
Property Value
NearItems
Declaration
cs-api-definition
RadItemOwnerCollection NearItems { get; }
Property Value