StepProgressBarItemContentBlock Members
A content block displayed on either side of a StepProgressBarItem‘s indicator.Constructors
| Name | Description |
|---|---|
| StepProgressBarItemContentBlock(StepProgressBarItem) | Initializes a new instance of the StepProgressBarItemContentBlock class with specified settings. |
Properties
| Name | Description |
|---|---|
| ActiveStateImageOptions | Allows you to assign a vector or raster image that this content block shows when a parent item is Active. |
| Appearance | Provides access to content block appearance settings. See the StepProgressBar class description for information on how to set up item appearance settings at different levels. |
| Caption | Gets or sets the content block caption. |
| Description | Gets or sets the content block description. |
| InactiveStateImageOptions | Allows you to assign a vector or raster image that this content block shows when a parent item is Inactive. |
| IsEmpty | Returns whether this content block has no content. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposes of this object and releases all the resources it occupies. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string representing the current object. |
See Also