Class Canvas
Inheritance
System.Object
Canvas
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.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class Canvas : Panel, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, IShortcutProvider, IStylableElement, IStylableNode, ISupportDrop
Constructors
Canvas()
Declaration
public Canvas()
Fields
BottomProperty
LeftProperty
RightProperty
TopProperty
Properties
IsHitTestVisible
Declaration
public bool IsHitTestVisible { get; set; }
Property Value
System.Boolean
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF arrangeSize)
Parameters
System.Drawing.SizeF
arrangeSize
|
Returns
System.Drawing.SizeF
|
Overrides
CanPaint(IPaintingContext)
Declaration
protected override bool CanPaint(IPaintingContext context)
Parameters
IPaintingContext
context
|
Returns
System.Boolean
|
Overrides
GetBottom(UIElement)
Declaration
public static float GetBottom(UIElement element)
Parameters
UIElement
element
|
Returns
System.Single
|
GetLeft(UIElement)
Declaration
public static float GetLeft(UIElement element)
Parameters
UIElement
element
|
Returns
System.Single
|
GetRight(UIElement)
Declaration
public static float GetRight(UIElement element)
Parameters
UIElement
element
|
Returns
System.Single
|
GetTop(UIElement)
Declaration
public static float GetTop(UIElement element)
Parameters
UIElement
element
|
Returns
System.Single
|
HitTest(Point)
Declaration
public override bool HitTest(Point point)
Parameters
System.Drawing.Point
point
|
Returns
System.Boolean
|
Overrides
IsInVisibleClipBounds(Rectangle)
Declaration
protected override bool IsInVisibleClipBounds(Rectangle clipRectangle)
Parameters
System.Drawing.Rectangle
clipRectangle
|
Returns
System.Boolean
|
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
SetBottom(UIElement, Double)
Declaration
public static void SetBottom(UIElement element, double length)
Parameters
UIElement
element
|
System.Double
length
|
SetLeft(UIElement, Double)
Declaration
public static void SetLeft(UIElement element, double length)
Parameters
UIElement
element
|
System.Double
length
|
SetRight(UIElement, Double)
Declaration
public static void SetRight(UIElement element, double length)
Parameters
UIElement
element
|
System.Double
length
|
SetTop(UIElement, Double)
Declaration
public static void SetTop(UIElement element, double length)
Parameters
UIElement
element
|
System.Double
length
|
SetZIndex(UIElement, Int32)
Declaration
public static void SetZIndex(UIElement element, int index)
Parameters
UIElement
element
|
System.Int32
index
|