Class ReflectionPrimitive
Represents a RadCarouselReflectionItem primitive that is drawn on the screen.
Inheritance
System.Object
ReflectionPrimitive
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.Primitives
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ReflectionPrimitive : BasePrimitive, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive, IDisposable
Constructors
ReflectionPrimitive(RadElement)
Default cstor for RadCarouselReflectionPrimitive
Declaration
public ReflectionPrimitive(RadElement ownerElement)
Parameters
Rad which element will be draw |
Properties
ItemReflectionPercentage
Represent ItemReflectionPercentage
Declaration
public double ItemReflectionPercentage { get; set; }
Property Value
System.
|
OwnerElement
Methods
CarouselContentItem_ElementInvalidated(Object, EventArgs)
ElementInvalidated
Declaration
public void CarouselContentItem_ElementInvalidated(object sender, EventArgs e)
Parameters
System.
|
System.
|
CopyBitmap(Bitmap, Rectangle)
Declaration
public static Bitmap CopyBitmap(Bitmap srcBitmap, Rectangle section)
Parameters
System.
|
System.
|
Returns
System.
|
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
OnBeginDispose()
OnElementTreeChanged(ComponentThemableElementTree)
Declaration
protected override void OnElementTreeChanged(ComponentThemableElementTree previousTree)
Parameters
Component
|
Overrides
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.
|
System.
|
Overrides
UpdateReflectionImage(Bitmap)
repaint Reflection Image
Declaration
public void UpdateReflectionImage(Bitmap itemBitmap)
Parameters
System.
|