ImageDashboardItem Members
In This Article
#Constructors
Name | Description |
---|---|
Image |
Initializes a new instance of the Image |
#Properties
Name | Description |
---|---|
Component |
Gets or sets the component name of the dashboard item.
Inherited from Dashboard |
Custom |
Gets custom properties available for the current dashboard item.
Inherited from Dashboard |
Dashboard |
Gets a dashboard that owns this dashboard item.
Inherited from Dashboard |
Data |
Gets or sets the image displayed within the Image |
Data |
For internal use. |
Group |
Gets or sets a parent group for the current dashboard item.
Inherited from Dashboard |
Horizontal |
Gets or sets the horizontal alignment of the image. |
Is |
Gets a value indicating whether a dashboard item has been disposed of.
Inherited from Dashboard |
Name |
Gets or sets the name of the dashboard item, displayed in its caption.
Inherited from Dashboard |
Parent |
Gets or sets the dashboard item container (a group or a tab page) that stores the current item.
Inherited from Dashboard |
Show |
Gets or sets whether the dashboard item’s caption is displayed.
Inherited from Dashboard |
Size |
Gets or sets how an image is positioned within an Image |
Url | Gets or sets the URL used to access the image. |
Vertical |
Gets or sets the vertical alignment of the image. |
#Methods
Name | Description |
---|---|
Begin |
For internal use.
Inherited from Dashboard |
Create |
Creates a copy of this dashboard item.
Inherited from Dashboard |
Dispose() |
Releases resources associated with a Dashboard |
End |
For internal use.
Inherited from Dashboard |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Disposed |
Occurs after a dashboard item has been disposed of.
Inherited from Dashboard |
See Also