DashboardElementSize Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the width or height of a dashboard element.
The DashboardElementSize type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DashboardElementSize | Initializes a new instance of the DashboardElementSize class. |
Top
Properties
Name | Description | |
---|---|---|
Measurement | Gets or sets the number of units of measurement. | |
Units | Gets or sets the type of measurement. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
Diff | Compares this object with another object and returns the differences. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string that represents this object. (Overrides Object.ToString().) | |
ValueEquals | Compares the values of this object and another object. |
Top