Class RevealDashboardThumbnailView
A view that can be used to render the thumbnail (a preview) for a given dashboard, it can be used in a list that shows multiple dashboards, like a picker.
The UpMedia.WPF sample uses this control in the OpenDashboardWindow.xaml file
Inheritance
System.Object
RevealDashboardThumbnailView
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RevealDashboardThumbnailView : Panel
Constructors
RevealDashboardThumbnailView()
Declaration
public RevealDashboardThumbnailView()
Fields
DashboardProperty
Declaration
public static readonly DependencyProperty DashboardProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
ContextId
Declaration
public string ContextId { get; }
Property Value
Type |
Description |
System.String |
|
Dashboard
Declaration
public RVDashboard Dashboard { get; set; }
Property Value
LogicalOrientation
Declaration
protected override Orientation LogicalOrientation { get; }
Property Value
Type |
Description |
System.Windows.Controls.Orientation |
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
Type |
Name |
Description |
System.Windows.Size |
arrangeBounds |
|
Returns
Type |
Description |
System.Windows.Size |
|
BeginInit()
Declaration
public override void BeginInit()
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type |
Name |
Description |
System.Windows.Size |
constraint |
|
Returns
Type |
Description |
System.Windows.Size |
|