Class BackstageItemsPanelElement
Represents the area where backstage items are arranged.
Inheritance
System.Object
BackstageItemsPanelElement
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 BackstageItemsPanelElement : BackstageVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
BackstageItemsPanelElement(BackstageViewElement)
Declaration
public BackstageItemsPanelElement(BackstageViewElement owner)
Parameters
BackstageViewElement
owner
|
Properties
BackButtonElement
Gets the back button element.
Declaration
public RadButtonElement BackButtonElement { get; }
Property Value
RadButtonElement
The back button element. |
Items
Gets a collection representing the items contained in this BackstageView.
Declaration
public RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
Owner
Gets the that owns this element.
Declaration
public BackstageViewElement Owner { get; }
Property Value
BackstageViewElement
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateBackButtonElement()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|