Class PipsContainer
A class responsible for holding, layout and animating the PipsPagerItem elements.
Inheritance
System.Object
PipsContainer
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.PipsPager
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PipsContainer : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PipsContainer(RadPipsPagerElement)
Fields
AnimationOffsetProperty
Properties
AnimationOffset
Declaration
public SizeF AnimationOffset { get; set; }
Property Value
System.Drawing.SizeF
|
ElementSpacing
The spacing between pip elements.
Declaration
public int ElementSpacing { get; set; }
Property Value
System.Int32
|
Item[Int32]
Returns a pip at the specified index.
Declaration
public PipsPagerItem this[int index] { get; }
Parameters
System.Int32
index
The index of the pip. |
Property Value
PipsPagerItem
The pip at the specified index. |
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnChildrenChanged(RadElement, ItemsChangeOperation)
Declaration
protected override void OnChildrenChanged(RadElement child, ItemsChangeOperation changeOperation)
Parameters
RadElement
child
|
ItemsChangeOperation
changeOperation
|
Overrides
ShouldArrangeChild(RadElement)
Declaration
protected override bool ShouldArrangeChild(RadElement child)
Parameters
RadElement
child
|
Returns
System.Boolean
|