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.String
text
|
RadPageViewStripItem(String, Image)
Declaration
public RadPageViewStripItem(string text, Image image)
Parameters
System.String
text
|
System.Drawing.Image
image
|
Fields
AutoCorrectOrientationProperty
EditorOffset
Declaration
public const float EditorOffset = 5F
Field Value
System.Single
|
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.Boolean
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CorrectFillAndBorderOrientation(IGraphics)
Declaration
protected override object CorrectFillAndBorderOrientation(IGraphics g)
Parameters
IGraphics
g
|
Returns
System.Object
|
Overrides
ModifyBorderAndFillPaintRect(RectangleF, Padding)
Declaration
protected override RectangleF ModifyBorderAndFillPaintRect(RectangleF preferred, Padding padding)
Parameters
System.Drawing.RectangleF
preferred
|
System.Windows.Forms.Padding
padding
|
Returns
System.Drawing.RectangleF
|