Class RadPageViewStripItem
Inheritance
System.Object
RadPageViewStripItem
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 RadPageViewStripItem : RadPageViewItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadPageViewStripItem()
Declaration
public RadPageViewStripItem()
RadPageViewStripItem(String)
Declaration
public RadPageViewStripItem(string text)
Parameters
System.
|
RadPageViewStripItem(String, Image)
Declaration
public RadPageViewStripItem(string text, Image image)
Parameters
System.
|
System.
|
Fields
AutoCorrectOrientationProperty
EditorOffset
Declaration
public const float EditorOffset = 5F
Field Value
System.
|
Properties
AutoCorrectOrientation
Gets or sets a property which determines whether to consider the ItemBorderAndFillOrientation of RadPageViewElement.
Declaration
public bool AutoCorrectOrientation { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CorrectFillAndBorderOrientation(IGraphics)
Declaration
protected override object CorrectFillAndBorderOrientation(IGraphics g)
Parameters
Returns
System.
|
Overrides
ModifyBorderAndFillPaintRect(RectangleF, Padding)
Declaration
protected override RectangleF ModifyBorderAndFillPaintRect(RectangleF preferred, Padding padding)
Parameters
System.
|
System.
|
Returns
System.
|