ClassRadDiagramThumbnail
Represents the Silverlight RadDiagram's RadDiagramThumbnail control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadDiagramThumbnail : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IRadDiagramThumbnail, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadDiagramThumbnail
Implements:
Inherited Members
Constructors
RadDiagramThumbnail()
Initializes a new instance of the RadDiagramThumbnail class.
Declaration
public RadDiagramThumbnail()
Properties
ViewportRectangleRelativeBottom
Represents the relative Bottom position of a ViewportRectangle to the RadDiagramThumbnail.
Declaration
public double ViewportRectangleRelativeBottom { get; }
Property Value
Implements
ViewportRectangleRelativeLeft
Represents the relative Left position of a ViewportRectangle to the RadDiagramThumbnail.
Declaration
public double ViewportRectangleRelativeLeft { get; }
Property Value
Implements
ViewportRectangleRelativeRight
Represents the relative Right position of a ViewportRectangle to the RadDiagramThumbnail.
Declaration
public double ViewportRectangleRelativeRight { get; }
Property Value
Implements
ViewportRectangleRelativeTop
Represents the relative Top position of a ViewportRectangle to the RadDiagramThumbnail.
Declaration
public double ViewportRectangleRelativeTop { get; }
Property Value
Implements